#include "xscontrollerconfig.h"#include <xstypes/xsplatform.h>#include <xstypes/xsmessage.h>#include <xstypes/xstime.h>#include <xstypes/xsfilepos.h>#include <xstypes/xsbytearray.h>#include <xstypes/xsresultvalue.h>#include <xstypes/xsfile.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_DEFAULT_READ_BUFFER_SIZE (XS_MAXMSGLEN*8) |
The default size of the serial read buffer in bytes.
Definition at line 80 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 82 of file iointerface.h.