29 #ifndef FSROBO_R_DRIVER_SIMPLE_MESSAGE_SIMPLE_STRING_H 30 #define FSROBO_R_DRIVER_SIMPLE_MESSAGE_SIMPLE_STRING_H 41 namespace simple_string
88 void init(
string str);
158 #endif // FSROBO_R_DRIVER_SIMPLE_MESSAGE_SIMPLE_STRING_H string getString() const
Returns the string data.
string string_
string data
void copyFrom(SimpleString &src)
Copies the passed in value.
SimpleString(void)
Default constructor.
void setString(string str)
Sets the string data.
industrial::shared_types::shared_int string_size_
string size
industrial::shared_types::shared_int getStringSize() const
Returns the string size.
unsigned int byteLength()
void init()
Initializes a empty motion control reply.
Class encapsulated set io reply data. These messages are sent by the FSRobo-R controller in response ...
bool load(industrial::byte_array::ByteArray *buffer)
~SimpleString(void)
Destructor.
bool unload(industrial::byte_array::ByteArray *buffer)
bool operator==(SimpleString &rhs)
== operator implementation