MRPT  1.9.9
cmt1.cpp File Reference

Detailed Description

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

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.

Changelog

2006-04-12, v0.0.1
  • Job Mulder: Created
2006-07-21, v0.1.0
  • 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.9.1 for MRPT 1.9.9 Git: 814d80880 Fri Aug 24 01:51:28 2018 +0200 at mar 26 may 2026 12:30:59 CEST