kitt_platform
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
Public Member Functions | Public Attributes | List of all members
topic_tools::DemuxListResponse Class Reference

#include <DemuxList.h>

Inheritance diagram for topic_tools::DemuxListResponse:
Inheritance graph
[legend]
Collaboration diagram for topic_tools::DemuxListResponse:
Collaboration graph
[legend]

Public Member Functions

 DemuxListResponse ()
 
virtual int serialize (unsigned char *outbuffer) const
 
virtual int deserialize (unsigned char *inbuffer)
 
const char * getType ()
 
const char * getMD5 ()
 

Public Attributes

uint8_t topics_length
 
char * st_topics
 
char ** topics
 

Additional Inherited Members

- Static Public Member Functions inherited from ros::Msg
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...
 

Constructor & Destructor Documentation

topic_tools::DemuxListResponse::DemuxListResponse ( )
inline

Member Function Documentation

virtual int topic_tools::DemuxListResponse::deserialize ( unsigned char *  inbuffer)
inlinevirtual

Implements ros::Msg.

const char* topic_tools::DemuxListResponse::getMD5 ( )
inlinevirtual

Implements ros::Msg.

const char* topic_tools::DemuxListResponse::getType ( )
inlinevirtual

Implements ros::Msg.

virtual int topic_tools::DemuxListResponse::serialize ( unsigned char *  outbuffer) const
inlinevirtual

Implements ros::Msg.

Member Data Documentation

char* topic_tools::DemuxListResponse::st_topics
char* * topic_tools::DemuxListResponse::topics
uint8_t topic_tools::DemuxListResponse::topics_length

The documentation for this class was generated from the following file: