#include <inttypes.h>
Go to the source code of this file.
Classes | |
class | MatacqTBRawEvent |
Wrapper for matacq raw event fragments. More... | |
struct | MatacqTBRawEvent::ChannelData |
struct | MatacqTBRawEvent::field32spec_t |
Specification of DAQ header field. More... | |
struct | MatacqTBRawEvent::int16le_t |
struct | MatacqTBRawEvent::matacqHeader_t |
Matacq header data structure. More... | |
struct | MatacqTBRawEvent::uint16le_t |
struct | MatacqTBRawEvent::uint32le_t |
Defines | |
#define | INT16_FROM_LE |
#define | UINT16_FROM_LE |
#define | UINT32_FROM_LE |
#define INT16_FROM_LE |
Definition at line 20 of file MatacqRawEvent.h.
Referenced by MatacqTBRawEvent::int16le_t::operator int16_t().
#define UINT16_FROM_LE |
Definition at line 19 of file MatacqRawEvent.h.
Referenced by MatacqTBRawEvent::uint16le_t::operator uint16_t().
#define UINT32_FROM_LE |
Definition at line 18 of file MatacqRawEvent.h.
Referenced by MatacqTBRawEvent::uint32le_t::operator uint32_t().