#include <Log.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 29 of file Log.h.
◆ anonymous enum
Definition at line 35 of file Log.h.
◆ anonymous enum
Definition at line 36 of file Log.h.
◆ anonymous enum
Definition at line 37 of file Log.h.
◆ anonymous enum
Definition at line 38 of file Log.h.
◆ anonymous enum
Definition at line 34 of file Log.h.
◆ Log()
| rosserial_msgs::Log::Log |
( |
| ) |
|
|
inline |
Definition at line 40 of file Log.h.
◆ deserialize()
| virtual int rosserial_msgs::Log::deserialize |
( |
unsigned char * |
inbuffer | ) |
|
|
inlinevirtual |
◆ getMD5()
| const char* rosserial_msgs::Log::getMD5 |
( |
| ) |
|
|
inlinevirtual |
◆ getType()
| const char* rosserial_msgs::Log::getType |
( |
| ) |
|
|
inlinevirtual |
◆ serialize()
| virtual int rosserial_msgs::Log::serialize |
( |
unsigned char * |
outbuffer | ) |
const |
|
inlinevirtual |
◆ level
| uint8_t rosserial_msgs::Log::level |
Definition at line 32 of file Log.h.
◆ msg
| const char* rosserial_msgs::Log::msg |
Definition at line 33 of file Log.h.
The documentation for this class was generated from the following file: