ROS Serial C client library
|
Structure to hold information about nodehandles interface. More...
#include <ros_types.h>
Data Fields | |
char * | device_id |
rosReturnCode_t(* | send )(void *data) |
rosReturnCode_t(* | receive )(void *data) |
rosInterfaceType_t | interface_type |
Structure to hold information about nodehandles interface.
char* device_id |
Device id used to find nodehandle by human-readable string
Interface type
rosReturnCode_t(* receive)(void *data) |
Pointer to interface receive function
rosReturnCode_t(* send)(void *data) |
Pointer to interface send function