Contains the CMT Level 1 interface. More...
#include <cmtdef.h>
#include <termios.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | xsens::Cmt1s |
The low-level serial communication class. More... | |
class | xsens::Cmt1f |
The low-level file communication class. More... | |
Namespaces | |
namespace | xsens |
The namespace of all Xsens software since 2006. | |
Defines | |
#define | _strnicmp strncasecmp |
#define | CMTLOG(...) |
#define | CMTEXITLOG(...) |
Functions | |
int | xsens::_wcsnicmp (const wchar_t *s1, const wchar_t *s2, int count) |
Contains the CMT Level 1 interface.
This level contains OS-dependent implementations of Serial and File communication, as well as some other functionality like 'sleep'.
Copyright (C) Xsens Technologies B.V., 2006. All rights reserved.
This source code is intended for use only by Xsens Technologies BV and those that have explicit written permission to use it from Xsens Technologies BV.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Definition in file cmt1.h.