#include <TopicStatistics.h>
|
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...
|
|
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...
|
|
rosgraph_msgs::TopicStatistics::TopicStatistics |
( |
| ) |
|
|
inline |
virtual int rosgraph_msgs::TopicStatistics::deserialize |
( |
unsigned char * |
inbuffer | ) |
|
|
inlinevirtual |
const char* rosgraph_msgs::TopicStatistics::getMD5 |
( |
| ) |
|
|
inlinevirtual |
const char* rosgraph_msgs::TopicStatistics::getType |
( |
| ) |
|
|
inlinevirtual |
virtual int rosgraph_msgs::TopicStatistics::serialize |
( |
unsigned char * |
outbuffer | ) |
const |
|
inlinevirtual |
int32_t rosgraph_msgs::TopicStatistics::delivered_msgs |
int32_t rosgraph_msgs::TopicStatistics::dropped_msgs |
const char* rosgraph_msgs::TopicStatistics::node_pub |
const char* rosgraph_msgs::TopicStatistics::node_sub |
const char* rosgraph_msgs::TopicStatistics::topic |
int32_t rosgraph_msgs::TopicStatistics::traffic |
ros::Time rosgraph_msgs::TopicStatistics::window_start |
ros::Time rosgraph_msgs::TopicStatistics::window_stop |
The documentation for this class was generated from the following file: