DABC (Data Acquisition Backbone Core)
2.9.9
|
#include <cstdint>
#include <endian.h>
Go to the source code of this file.
Data Structures | |
struct | mbs::FileHeader |
Structure of the LMD file header. More... | |
struct | mbs::Header |
Structure of any entry in LMD file. More... | |
Namespaces | |
mbs | |
Support for MBS - standard GSI DAQ. | |
Macros | |
#define | MBS_TYPE(typ, subtyp) ((int32_t) typ | ((int32_t) subtyp) << 16) |
#define MBS_TYPE | ( | typ, | |
subtyp | |||
) | ((int32_t) typ | ((int32_t) subtyp) << 16) |
Definition at line 30 of file LmdTypeDefs.h.