![]() |
gaps-online-software 0.10
online software for the TOF system for the GAPS experiment
|
#include <events.h>
Static Public Member Functions | |
static RBEventHeader | from_bytestream (const Vec< u8 > &bytestream, u64 &pos) |
Public Attributes | |
u8 | rb_id |
u32 | event_id |
u8 | status_byte |
u16 | channel_mask |
u16 | stop_cell |
u16 | ch9_amp |
u16 | ch9_freq |
u16 | ch9_phase |
u16 | fpga_temp |
u32 | timestamp32 |
u16 | timestamp16 |
Static Public Attributes | |
static const u16 | HEAD = 0xAAAA |
static const u16 | TAIL = 0x5555 |
static const u16 | SIZE = 30 |
RB binary data header information
This does not include the channel data! The header contains rb id, event id, event status and timestamps.