![]() |
VectorNav C Library
|
Helpful structure for working with VectorNav sensors. More...
#include <sensors.h>
Data Fields | |
VnSerialPort | serialPort |
VnErrorDetectionMode | sendErrorDetectionMode |
uint16_t | responseTimeoutMs |
uint16_t | retransmitDelayMs |
VnCriticalSection | transactionCS |
VnEvent | newResponsesEvent |
bool | waitingForResponse |
bool | responseWaitingForProcessing |
size_t | runningDataIndex |
VnUartPacketFinder | packetFinder |
VnSensor_PacketFoundHandler | asyncPacketFoundHandler |
void * | asyncPacketFoundHandlerUserData |
VnSensor_PacketFoundHandler | errorMessageReceivedHandler |
void * | errorMessageReceivedHandlerUserData |
size_t | responseLength |
char | response [0x100] |
Helpful structure for working with VectorNav sensors.