Main MRPT website > C++ reference for MRPT 1.5.7
Namespaces | Macros
cmt1.cpp File Reference

Detailed Description

For information about objects in this file, see the appropriate header:
\ref Cmt1.h

\section FileCopyright 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.

\section FileChangelog      Changelog
\par 2006-04-12, v0.0.1
\li Job Mulder:     Created
\par 2006-07-21, v0.1.0
\li Job Mulder:     Updated file for release 0.1.0

Definition in file cmt1.cpp.

#include "cmt1.h"
#include <errno.h>
#include <mrpt/config.h>
#include <stdio.h>
#include <io.h>
Include dependency graph for cmt1.cpp:

Go to the source code of this file.

Namespaces

 xsens
 The namespace of all Xsens software since 2006.
 

Macros

#define _CRT_SECURE_NO_DEPRECATE
 
#define FSEEK(x)   fseek(m_handle, x, SEEK_SET)
 
#define FSEEK_R(x)   fseek(m_handle, x, SEEK_END)
 
#define FTELL()   ftell(m_handle)
 
#define CMT1LOG(...)
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE

Definition at line 69 of file cmt1.cpp.

◆ CMT1LOG

#define CMT1LOG (   ...)

Definition at line 175 of file cmt1.cpp.

◆ FSEEK

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

Definition at line 81 of file cmt1.cpp.

◆ FSEEK_R

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

Definition at line 82 of file cmt1.cpp.

◆ FTELL

#define FTELL ( )    ftell(m_handle)

Definition at line 83 of file cmt1.cpp.




Page generated by Doxygen 1.9.1 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at mar 26 may 2026 13:12:03 CEST