20 Measurement(std::string _type) : dt(0), time(0), type(_type) {}
This is the base class for all measurement types.
#define EIGEN_MAKE_ALIGNED_OPERATOR_NEW
EIGEN_MAKE_ALIGNED_OPERATOR_NEW size_t dt
Time since the last message of this type (nanoseconds).
size_t time
The type of message (to enable dynamic/static casting).
Measurement(std::string _type)