DABC (Data Acquisition Backbone Core)  2.9.9
Data Structures | Namespaces | Macros
LmdTypeDefs.h File Reference
#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)
 

Macro Definition Documentation

◆ MBS_TYPE

#define MBS_TYPE (   typ,
  subtyp 
)    ((int32_t) typ | ((int32_t) subtyp) << 16)

Definition at line 30 of file LmdTypeDefs.h.