#include <RequestServiceInfo.h>
|
| static int | deserializeAvrFloat64 (const unsigned char *inbuffer, float *f) |
| | This tricky function handles demoting a 64bit double to a 32bit float, so that AVR can understand messages containing float64 fields, despite AVR having no native support for double. More...
|
| |
| static int | serializeAvrFloat64 (unsigned char *outbuffer, const float f) |
| | This tricky function handles promoting a 32bit float to a 64bit double, so that AVR can publish messages containing float64 fields, despite AVV having no native support for double. More...
|
| |
Definition at line 71 of file RequestServiceInfo.h.
◆ RequestServiceInfoResponse()
| rosserial_msgs::RequestServiceInfoResponse::RequestServiceInfoResponse |
( |
| ) |
|
|
inline |
◆ deserialize()
| virtual int rosserial_msgs::RequestServiceInfoResponse::deserialize |
( |
unsigned char * |
inbuffer | ) |
|
|
inlinevirtual |
◆ getMD5()
| const char* rosserial_msgs::RequestServiceInfoResponse::getMD5 |
( |
| ) |
|
|
inlinevirtual |
◆ getType()
| const char* rosserial_msgs::RequestServiceInfoResponse::getType |
( |
| ) |
|
|
inlinevirtual |
◆ serialize()
| virtual int rosserial_msgs::RequestServiceInfoResponse::serialize |
( |
unsigned char * |
outbuffer | ) |
const |
|
inlinevirtual |
◆ request_md5
| const char* rosserial_msgs::RequestServiceInfoResponse::request_md5 |
◆ response_md5
| const char* rosserial_msgs::RequestServiceInfoResponse::response_md5 |
◆ service_md5
| const char* rosserial_msgs::RequestServiceInfoResponse::service_md5 |
The documentation for this class was generated from the following file: