Main MRPT website > C++ reference for MRPT 1.5.6
Macros
legacydatapacket.cpp File Reference
#include <xsens/xstypesconfig.h>
#include "legacydatapacket.h"
#include "packetfixeddata.h"
#include "mtwsdidata.h"
#include <xsens/xsgpspvtdata.h>
#include <xsens/xspressure.h>
#include <xsens/xscalibrateddata.h>
#include <xsens/xseuler.h>
#include <xsens/xsmatrix3x3.h>
#include <xsens/xsvector3.h>
#include <xsens/xsanalogindata.h>
#include <xsens/xsutctime.h>
Include dependency graph for legacydatapacket.cpp:

Go to the source code of this file.

Macros

#define PACKETLOG(...)   (void)0
 
#define FORMAT_DOUBLE   ((m_fixedData->m_formatList[index].m_outputSettings & XOS_Dataformat_Mask)|XOS_Dataformat_Double)
 
#define ISDOUBLE(a)   (m_fixedData->m_infoList[index].a >= m_fixedData->m_infoList[index].m_doubleBoundary)
 
#define CHECKIFDOUBLE(a)   ISDOUBLE(a)?FORMAT_DOUBLE:m_fixedData->m_formatList[index].m_outputSettings
 

Macro Definition Documentation

◆ CHECKIFDOUBLE

#define CHECKIFDOUBLE (   a)    ISDOUBLE(a)?FORMAT_DOUBLE:m_fixedData->m_formatList[index].m_outputSettings

◆ FORMAT_DOUBLE

#define FORMAT_DOUBLE   ((m_fixedData->m_formatList[index].m_outputSettings & XOS_Dataformat_Mask)|XOS_Dataformat_Double)

Definition at line 32 of file legacydatapacket.cpp.

◆ ISDOUBLE

#define ISDOUBLE (   a)    (m_fixedData->m_infoList[index].a >= m_fixedData->m_infoList[index].m_doubleBoundary)

◆ PACKETLOG

#define PACKETLOG (   ...)    (void)0



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