#include "xcommunicationconfig.h"
#include <xsens/xsplatform.h>
#include <xsens/xsmessage.h>
#include <xsens/xstime.h>
#include <xsens/xsfilepos.h>
#include <xsens/xsbytearray.h>
#include <xsens/xsresultvalue.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | IoInterface |
An abstract IO interface. More... | |
Macros | |
#define | XS_DEFAULT_READ_BUFFER_SIZE (XS_MAXMSGLEN * 8) |
The default size of the serial read buffer in bytes. More... | |
#define | XS_DEFAULT_WRITE_BUFFER_SIZE XS_MAXMSGLEN |
The default size of the serial write buffer in bytes. More... | |
#define | XS_MAX_FILENAME_LENGTH PATH_MAX |
#define | XsIoHandle HANDLE |
The type that is used for low-level identification of an open I/O device. More... | |
#define | XsFileHandle FILE |
The type that is used for low-level identification of an open file. More... | |
#define XS_DEFAULT_READ_BUFFER_SIZE (XS_MAXMSGLEN * 8) |
The default size of the serial read buffer in bytes.
Definition at line 23 of file iointerface.h.
#define XS_DEFAULT_WRITE_BUFFER_SIZE XS_MAXMSGLEN |
The default size of the serial write buffer in bytes.
Definition at line 25 of file iointerface.h.
#define XS_MAX_FILENAME_LENGTH PATH_MAX |
Definition at line 30 of file iointerface.h.
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |