29 #ifndef FSROBO_R_DRIVER_SIMPLE_MESSAGE_EXECUTE_PROGRAM_REPLY_H 30 #define FSROBO_R_DRIVER_SIMPLE_MESSAGE_EXECUTE_PROGRAM_REPLY_H 41 namespace execute_program_reply
100 void init(ExecuteProgramReplyResult result_code);
109 this->result_code_ = result_code;
119 return this->result_code_;
154 #endif // FSROBO_R_DRIVER_SIMPLE_MESSAGE_EXECUTE_PROGRAM_REPLY_H industrial::shared_types::shared_int getResultCode() const
Returns the result code.
ExecuteProgramReplyResult
Enumeration of execute program reply result codes.
unsigned int byteLength()
industrial::shared_types::shared_int result_code_
The result code.
Class encapsulated set io reply data. These messages are sent by the FSRobo-R controller in response ...
bool operator==(const Rotation &a, const Rotation &b)
void setResultCode(industrial::shared_types::shared_int result_code)
Sets the result code.