xsens_imu
Macros | Typedefs
cmtf.h File Reference
#include <stdio.h>
#include "pstdint.h"
#include <sys/types.h>

Go to the source code of this file.

Macros

#define CMT_FILEPOS_BEGIN   SEEK_SET
 
#define CMT_FILEPOS_CURRENT   SEEK_CUR
 
#define CMT_FILEPOS_END   SEEK_END
 

Typedefs

typedef off_t CmtFilePos
 

Macro Definition Documentation

◆ CMT_FILEPOS_BEGIN

#define CMT_FILEPOS_BEGIN   SEEK_SET

◆ CMT_FILEPOS_CURRENT

#define CMT_FILEPOS_CURRENT   SEEK_CUR

◆ CMT_FILEPOS_END

#define CMT_FILEPOS_END   SEEK_END

Typedef Documentation

◆ CmtFilePos

typedef off_t CmtFilePos