#include <RobotAPI/components/units/RobotUnit/Devices/DeviceBase.h>
Definition at line 29 of file DeviceBase.h.
◆ DeviceBase()
Create a Device with the given name.
Definition at line 33 of file DeviceBase.h.
◆ ~DeviceBase()
◆ addDeviceTag()
void addDeviceTag |
( |
const std::string & |
tag | ) |
|
|
inlineprotected |
adds the given tag to the Device
Definition at line 70 of file DeviceBase.h.
◆ getDeviceName()
const std::string & getDeviceName |
( |
| ) |
const |
|
inline |
◆ getTags()
const std::set< std::string > & getTags |
( |
| ) |
const |
|
inline |
- Returns
- Thes set of tags for this Device
Definition at line 88 of file DeviceBase.h.
◆ hasError()
virtual bool hasError |
( |
| ) |
|
|
inlinevirtual |
◆ hasTag()
bool hasTag |
( |
const std::string & |
tag | ) |
const |
|
inline |
- Returns
- Whether the device has the given tag
Definition at line 64 of file DeviceBase.h.
◆ rtGetDeviceName()
const char * rtGetDeviceName |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: