ROS Serial C client library
rosSpinner Struct Reference

Structure to hold information about nodehandle's spinner. More...

#include <ros_spinner.h>

Collaboration diagram for rosSpinner:

Data Fields

uint8_t state
uint8_t last_byte
uint8_t curr_byte
uint8_t buffer_initialized
uint16_t counter
rosPacket_t packet
uint32_t last_sync_time
rosReturnCode_t(* spin )(rosNodeHandle_t *nodehandle)

Detailed Description

Structure to hold information about nodehandle's spinner.


Field Documentation

buffer initialized

uint16_t counter

message length counter (sync bytes excluded)

uint8_t curr_byte

current received byte

uint8_t last_byte

last received byte

spin function

uint8_t state

machine state


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