ROS Serial C client library
|
Structure to hold information about nodehandle's spinner. More...
#include <ros_spinner.h>
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) |
Structure to hold information about nodehandle's spinner.
uint8_t buffer_initialized |
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
rosReturnCode_t(* spin)(rosNodeHandle_t *nodehandle) |
spin function
uint8_t state |
machine state