xsens_imu
Classes | Namespaces | Macros | Typedefs | Functions
cmt1.h File Reference

Contains the CMT Level 1 interface. More...

#include "cmtdef.h"
#include <stdlib.h>
#include <stdio.h>
#include <termios.h>
#include <string.h>
#include <stddef.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

 xsens
 The namespace of all Xsens software since 2006.
 

Macros

#define _strnicmp   strncasecmp
 
#define CMTLOG(...)
 
#define CMTEXITLOG(...)
 

Typedefs

typedef int32_t xsens::HANDLE
 

Functions

int xsens::_wcsnicmp (const wchar_t *s1, const wchar_t *s2, int count)
 

Detailed Description

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 Notice

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.

Macro Definition Documentation

◆ _strnicmp

#define _strnicmp   strncasecmp

◆ CMTEXITLOG

#define CMTEXITLOG (   ...)

◆ CMTLOG

#define CMTLOG (   ...)