|
Project Malmo
0.30.0
|
An array of unsigned chars with an attached timestamp saying when it was collected. More...
#include <TimestampedUnsignedCharVector.h>
Public Member Functions | |
| TimestampedUnsignedCharVector (boost::posix_time::ptime timestamp, std::vector< unsigned char > data) | |
Public Attributes | |
| boost::posix_time::ptime | timestamp |
| The timestamp. | |
| std::vector< unsigned char > | data |
| The array of unsigned char values. | |
An array of unsigned chars with an attached timestamp saying when it was collected.
1.8.10