![]() |
gaps-online-software 0.10
online software for the TOF system for the GAPS experiment
|
Public Member Functions | |
auto | to_string () -> std::string |
string representation for printing | |
Static Public Member Functions | |
static auto | from_bytestream (Vec< u8 > stream, usize &pos) -> CRFrameObject |
Decode a serializable from a bytestream | |
Public Attributes | |
u8 | version |
CRFrameObjectType | ftype |
Vec< u8 > | payload |
Static Public Attributes | |
static constexpr u16 | HEAD = 0xAAAA |
static constexpr u16 | TAIL = 0x5555 |