42 namespace wrench_message
45 WrenchMessage::WrenchMessage(
void)
50 WrenchMessage::~WrenchMessage(
void)
62 if (data.
unload(this->wrench_))
68 LOG_ERROR(
"Failed to unload wrench data");
76 this->wrench_.copyFrom(wrench);
79 void WrenchMessage::init()
88 LOG_COMM(
"Executing wrench message load");
89 if (buffer->
load(this->wrench_))
104 LOG_COMM(
"Executing wrench message unload");
106 if (buffer->
unload(this->wrench_))
113 LOG_ERROR(
"Failed to unload wrench data");
Class encapsulated robot status data. The robot status data is meant to mirror the industrial_msgs/Ro...
#define LOG_COMM(format,...)
bool load(industrial::shared_types::shared_bool value)
#define LOG_ERROR(format,...)
industrial::byte_array::ByteArray & getData()
bool unload(industrial::shared_types::shared_bool &value)