|
xsens_imu
|
#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) |
| #define _CRT_SECURE_NO_DEPRECATE |
| #define CMT1LOG | ( | ... | ) |
| #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 PATH_MAX CMT_MAX_FILENAME_LENGTH |
1.8.11