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

Go to the source code of this file.

Macros

#define RAWDAQ_SHOW_FIRSTS(_VEC)
 

Macro Definition Documentation

◆ RAWDAQ_SHOW_FIRSTS

#define RAWDAQ_SHOW_FIRSTS (   _VEC)
Value:
cout << "Raw data in " #_VEC " ("<< _VEC.size() <<" entries): First values ["; \
if (!_VEC.empty()) { \
for (size_t i=1;i<=std::min(_VEC.size(),static_cast<size_t>(10));i++) \
cout << _VEC[i-1] << " "; \
cout << " ... "; \
} \
cout << "]\n";
#define min(a, b)

Referenced by mrpt::obs::CObservationRawDAQ::getDescriptionAsText().




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