ROS Serial C client library
rosInterface Struct Reference

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

Detailed Description

Structure to hold information about nodehandles interface.


Field Documentation

char* device_id

Device id used to find nodehandle by human-readable string

rosReturnCode_t(* receive)(void *data)

Pointer to interface receive function

rosReturnCode_t(* send)(void *data)

Pointer to interface send function


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines