Main MRPT website > C++ reference for MRPT 1.5.6
Macros
iointerface.cpp File Reference
#include <xsens/xsthread.h>
#include "iointerface.h"
#include <errno.h>
#include <winbase.h>
#include <io.h>
Include dependency graph for iointerface.cpp:

Go to the source code of this file.

Macros

#define _CRT_SECURE_NO_DEPRECATE
 
#define FSEEK(x)   _fseeki64(m_handle, x, SEEK_SET)
 
#define FSEEK_R(x)   _fseeki64(m_handle, x, SEEK_END)
 
#define FTELL()   _ftelli64(m_handle)
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE

Definition at line 25 of file iointerface.cpp.

◆ FSEEK

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

Definition at line 34 of file iointerface.cpp.

◆ FSEEK_R

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

Definition at line 35 of file iointerface.cpp.

◆ FTELL

#define FTELL ( )    _ftelli64(m_handle)

Definition at line 36 of file iointerface.cpp.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019