20 #ifndef _TIMESTAMPEDUNSIGNEDCHARVECTOR_H_
21 #define _TIMESTAMPEDUNSIGNEDCHARVECTOR_H_
24 #include <boost/date_time/posix_time/posix_time_types.hpp>
38 std::vector<unsigned char>
data;
An array of unsigned chars with an attached timestamp saying when it was collected.
Definition: TimestampedUnsignedCharVector.h:33
boost::posix_time::ptime timestamp
The timestamp.
Definition: TimestampedUnsignedCharVector.h:35
std::vector< unsigned char > data
The array of unsigned char values.
Definition: TimestampedUnsignedCharVector.h:38