Classes | |
class | SystemInfo |
Provides easy access to system information which are of importance when analyzing bugs. More... | |
class | SystemInfoException |
Exception thrown by the SystemInfo class in case of an error. More... | |
Typedefs | |
using | FirmwareCont = std::map< std::string, std::string > |
Variables | |
static const std::string | CANOPEN_GETOBJECT_SERVICE_NAME { "/prbt/driver/get_object" } |
static const std::string | CANOPEN_NODES_PARAMETER_NAME { "/prbt/driver/nodes" } |
static constexpr std::size_t | FIRMWARE_STRING_LENGTH { 40 } |
static const std::string | GET_FIRMWARE_VERSION_OBJECT { "100A" } |
static const std::string | JOINT_STATE_TOPIC { "/joint_states" } |
using prbt_support::FirmwareCont = typedef std::map<std::string, std::string> |
key = joint_name value = firmware version of joint
Definition at line 33 of file system_info.h.
|
static |
Definition at line 30 of file system_info.cpp.
|
static |
Definition at line 31 of file system_info.cpp.
|
staticconstexpr |
Definition at line 38 of file system_info.cpp.
|
static |
Definition at line 34 of file system_info.cpp.
|
static |
Definition at line 32 of file system_info.cpp.