#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.
Referenced by IoInterfaceFile::create(), makeFilenameUnique(), IoInterfaceFile::open(), UsbInterface::readData(), SerialInterface::readData(), UsbInterface::writeData(), and SerialInterface::writeData().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |