#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>
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 |
| #define CHECKIFDOUBLE | ( | a | ) | ISDOUBLE(a)?FORMAT_DOUBLE:m_fixedData->m_formatList[index].m_outputSettings |
Definition at line 34 of file legacydatapacket.cpp.
| #define FORMAT_DOUBLE ((m_fixedData->m_formatList[index].m_outputSettings & XOS_Dataformat_Mask)|XOS_Dataformat_Double) |
Definition at line 32 of file legacydatapacket.cpp.
| #define ISDOUBLE | ( | a | ) | (m_fixedData->m_infoList[index].a >= m_fixedData->m_infoList[index].m_doubleBoundary) |
Definition at line 33 of file legacydatapacket.cpp.
| #define PACKETLOG | ( | ... | ) | (void)0 |
Definition at line 26 of file legacydatapacket.cpp.
| Page generated by Doxygen 1.9.1 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at mar 26 may 2026 13:12:03 CEST |