#include <datatypes.h>
Public Attributes | |
std::vector< uint16_t > | data |
Friends | |
std::ostream & | operator<< (std::ostream &out, rawEvent &record) |
Class to store raw evet data records containing a list of flags to indicate the Event status as well as a vector of uint16_t data records containing the actual Event data in undecoded raw format.
Definition at line 190 of file datatypes.h.
|
friend |
Overloaded ostream operator for simple printing of raw data blobs
Definition at line 220 of file datatypes.h.