enum mrpt::obs::CRawlog::TEntryType
Overview
The type of each entry in a rawlog. More…
#include <CRawlog.h> enum TEntryType { etSensoryFrame = 0, etActionCollection, etObservation, etOther, };
Detailed Documentation
The type of each entry in a rawlog.
See also:
Enum Values
etSensoryFrame
The entry is of type mrpt::obs::CSensoryFrame.
etActionCollection
The entry is of type mrpt::obs::CActionCollection.
etObservation
The entry is of type mrpt::obs::CObservation.
etOther
The entry is none of the types above.