VectorNav C/C++ Library
|
Holds connection information for accessing a VN-100 device. More...
#include <vn100.h>
Data Fields | |
char * | portName |
int | baudRate |
VN_BOOL | isConnected |
void * | internalData |
Holds connection information for accessing a VN-100 device.
linux_async.c, linux_basic.c, windows_async.c, and windows_basic.c.
int baudRate |
The baudrate of the serial port.
void* internalData |
Pointer to data used internally by the Vn100 function handlers.
VN_BOOL isConnected |
Inidicates if the serial port is open.
char* portName |
The name of the serial port.