Main MRPT website > C++ reference for MRPT 1.5.7
Macros
CObservationIMU.cpp File Reference
#include "obs-precomp.h"
#include <mrpt/utils/CStream.h>
#include <mrpt/obs/CObservationIMU.h>
Include dependency graph for CObservationIMU.cpp:

Go to the source code of this file.

Macros

#define DUMP_IMU_DATA(x)
 

Macro Definition Documentation

◆ DUMP_IMU_DATA

#define DUMP_IMU_DATA (   x)
Value:
o << format("%15s = ",#x); \
if (dataIsPresent[x]) \
o << format("%10f %s\n", rawMeasurements[x], imu_units[x]); \
else o << "(not present)\n";
GLenum GLint x
Definition: glext.h:3516
GLenum GLsizei GLenum format
Definition: glext.h:3513



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