ROS Serial C client library
rosSubscriber Struct Reference

Structure to hold information about subscriber and its messagehandle. More...

#include <ros_types.h>

Collaboration diagram for rosSubscriber:

Data Fields

rosMessageHandle_tmessagehandle
void(* callback )(void *message)

Detailed Description

Structure to hold information about subscriber and its messagehandle.


Field Documentation

void(* callback)(void *message)

function pointer to subscribers callback function

pointer to messagehandle


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