42 namespace execute_program
71 LOG_COMM(
"Executing ExecuteProgram command load");
75 LOG_ERROR(
"Failed to load ExecuteProgram name");
81 LOG_ERROR(
"Failed to load ExecuteProgram param");
86 LOG_COMM(
"ExecuteProgram data successfully loaded");
92 LOG_COMM(
"Executing ExecuteProgram command unload");
96 LOG_ERROR(
"Failed to unload ExecuteProgram param");
102 LOG_ERROR(
"Failed to unload ExecuteProgram name");
106 LOG_COMM(
"ExecuteProgram data successfully unloaded");
void init()
Initializes a empty execute program command.
void copyFrom(ExecuteProgram &src)
Copies the passed in value.
bool unload(industrial::byte_array::ByteArray *buffer)
bool operator==(ExecuteProgram &rhs)
== operator implementation
#define LOG_COMM(format,...)
#define LOG_ERROR(format,...)
void setParam(SimpleString ¶m)
Sets param data.
SimpleString param_
Value of program param.
~ExecuteProgram(void)
Destructor.
ExecuteProgram(void)
Default constructor.
void init()
Initializes a empty motion control reply.
bool load(industrial::byte_array::ByteArray *buffer)
SimpleString name_
Value of program name.
void setName(SimpleString &name)
Sets name data.
Class encapsulated set io reply data. These messages are sent by the FSRobo-R controller in response ...
bool load(industrial::byte_array::ByteArray *buffer)
void getName(SimpleString &dest)
Returns a copy of the name data.
Class encapsulated write single io data. FSRobo-R specific interface to set IO element on the control...
bool unload(industrial::byte_array::ByteArray *buffer)
void getParam(SimpleString &dest)
Returns a copy of the name data.