|
|
#include <armarx/control/ethercat/DeviceInterface.h>
Inheritance diagram for DeviceInterface::SubDeviceInterface:Public Member Functions | |
| SubDeviceInterface (const std::string &name) | |
| virtual | ~SubDeviceInterface () |
Public Member Functions inherited from DeviceBase | |
| DeviceBase (const std::string &name) | |
| Create a Device with the given name. More... | |
| const std::string & | getDeviceName () const |
| const std::set< std::string > & | getTags () const |
| virtual bool | hasError () |
| bool | hasTag (const std::string &tag) const |
| const char * | rtGetDeviceName () const |
| virtual | ~DeviceBase ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from DeviceBase | |
| void | addDeviceTag (const std::string &tag) |
| adds the given tag to the Device More... | |
Definition at line 37 of file DeviceInterface.h.
|
inline |
Definition at line 40 of file DeviceInterface.h.
|
inlinevirtual |
Definition at line 44 of file DeviceInterface.h.