Skip to content
Snippets Groups Projects
Commit 7384033a authored by Fabian Reister's avatar Fabian Reister
Browse files

(FR): DeviceBase: adding hasError method

parent 6a648856
No related merge requests found
Checking pipeline status
......@@ -45,6 +45,8 @@ namespace armarx
/// @return Whether the device has the given tag
bool hasTag(const std::string& tag) const;
virtual bool hasError(){return false;}
protected:
/// @brief adds the given tag to the Device
void addDeviceTag(const std::string& tag);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment