ros::communication::Message Class Reference
List of all members.
Detailed Description
Definition at line 43 of file Message.java.
Member Function Documentation
static String ros::communication::Message::__s_getDataType |
( |
|
) |
[inline, static] |
static String ros::communication::Message::__s_getMD5Sum |
( |
|
) |
[inline, static] |
static String ros::communication::Message::__s_getMessageDefinition |
( |
|
) |
[inline, static] |
Message ros::communication::Message::clone |
( |
|
) |
[inline] |
void ros::communication::Message::deserialize |
( |
byte[] |
data |
) |
[inline] |
abstract void ros::communication::Message::deserialize |
( |
ByteBuffer |
bb |
) |
[pure virtual] |
abstract String ros::communication::Message::getDataType |
( |
|
) |
[pure virtual] |
abstract String ros::communication::Message::getMD5Sum |
( |
|
) |
[pure virtual] |
abstract String ros::communication::Message::getMessageDefinition |
( |
|
) |
[pure virtual] |
String ros::communication::Message::getServerMD5Sum |
( |
|
) |
[inline] |
abstract int ros::communication::Message::serializationLength |
( |
|
) |
[pure virtual] |
byte [] ros::communication::Message::serialize |
( |
int |
seq |
) |
[inline] |
abstract void ros::communication::Message::serialize |
( |
ByteBuffer |
bb, |
|
|
int |
seq | |
|
) |
| | [pure virtual] |
abstract void ros::communication::Message::setTo |
( |
Message |
m |
) |
[pure virtual] |
The documentation for this class was generated from the following file: