Project Malmo  0.16.0
Public Member Functions | Public Attributes | List of all members
malmo::TimestampedUnsignedCharVector Struct Reference

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.
 

Detailed Description

An array of unsigned chars with an attached timestamp saying when it was collected.


The documentation for this struct was generated from the following file: