xsens_imu
Namespaces | Macros | Functions
cmt1.cpp File Reference
#include "cmt1.h"
#include <errno.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <string.h>
#include <sys/param.h>
#include <stdarg.h>

Namespaces

 xsens
 The namespace of all Xsens software since 2006.
 

Macros

#define PATH_MAX   CMT_MAX_FILENAME_LENGTH
 
#define _CRT_SECURE_NO_DEPRECATE
 
#define FSEEK(x)   fseeko(m_handle, x, SEEK_SET)
 
#define FSEEK_R(x)   fseeko(m_handle, x, SEEK_END)
 
#define FTELL()   ftello(m_handle)
 
#define CMT1LOG(...)
 

Functions

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

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE

◆ CMT1LOG

#define CMT1LOG (   ...)

◆ FSEEK

#define FSEEK (   x)    fseeko(m_handle, x, SEEK_SET)

◆ FSEEK_R

#define FSEEK_R (   x)    fseeko(m_handle, x, SEEK_END)

◆ FTELL

#define FTELL ( )    ftello(m_handle)

◆ PATH_MAX

#define PATH_MAX   CMT_MAX_FILENAME_LENGTH