Main MRPT website > C++ reference for MRPT 1.9.9
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 72 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 84 of file cmt1.cpp.

◆ FSEEK_R

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

Definition at line 85 of file cmt1.cpp.

◆ FTELL

#define FTELL ( )    ftell(m_handle)

Definition at line 86 of file cmt1.cpp.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST