PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
HardwareInterface Member List

This is the complete list of members for HardwareInterface, including all inherited members.

Actuator enum value (defined in HardwareInterface)HardwareInterface
Factory(class XMLNode &_node)HardwareInterfacestatic
GetCommunicationTime() const noexceptHardwareInterface
GetHardwareType() const noexcept=0 (defined in HardwareInterface)HardwareInterfacepure virtual
GetIP() const noexceptHardwareInterface
GetName() const noexceptHardwareInterface
GetPort() const noexceptHardwareInterface
HardwareInterface(const std::string &_name, const std::string &_ip, const unsigned short _port, const double _communicationTime)HardwareInterface
HardwareType enum nameHardwareInterface
m_communicationTimeHardwareInterfaceprotected
m_ipHardwareInterfaceprotected
m_nameHardwareInterfaceprotected
m_portHardwareInterfaceprotected
Sensor enum value (defined in HardwareInterface)HardwareInterface
SetCommunicationTime(const double _t) noexceptHardwareInterface
SetIP(const std::string &_ip) noexceptHardwareInterface
SetName(const std::string &_name) noexceptHardwareInterface
SetPort(const unsigned short _port) noexceptHardwareInterface
~HardwareInterface()=default (defined in HardwareInterface)HardwareInterfacevirtual