20 #ifndef _TIMESTAMPEDSTRINGMESSAGE_H_
21 #define _TIMESTAMPEDSTRINGMESSAGE_H_
24 #include "TimestampedUnsignedCharVector.h"
27 #include <boost/date_time/posix_time/posix_time_types.hpp>
A string with an attached timestamp saying when it was collected.
Definition: TimestampedString.h:36
std::string text
The string.
Definition: TimestampedString.h:41
boost::posix_time::ptime timestamp
The timestamp.
Definition: TimestampedString.h:38
An array of unsigned chars with an attached timestamp saying when it was collected.
Definition: TimestampedUnsignedCharVector.h:33