Berkeley Nuclear Data Software
Static Public Attributes | List of all members
listfile_v0 Struct Reference

#include <MesyDaqParsingSupport.h>

Static Public Attributes

static const int Version = 0
 
static const int FirstSectionOffset = 0
 
static const int SectionMaxWords = 0xffff
 
static const int SectionMaxSize = SectionMaxWords * sizeof(u32)
 
static const int SectionTypeMask = 0xe0000000
 
static const int SectionTypeShift = 29
 
static const int SectionSizeMask = 0xffff
 
static const int SectionSizeShift = 0
 
static const int EventTypeMask = 0xf0000
 
static const int EventTypeShift = 16
 
static const int ModuleTypeMask = 0x3f000
 
static const int ModuleTypeShift = 12
 
static const int ModuleIDMask = 0x00ff0000
 
static const int ModuleIDShift = 16
 
static const int SubEventMaxWords = 0x3ff
 
static const int SubEventMaxSize = SubEventMaxWords * sizeof(u32)
 
static const int SubEventSizeMask = 0x3ff
 
static const int SubEventSizeShift = 0
 

Member Data Documentation

◆ EventTypeMask

const int listfile_v0::EventTypeMask = 0xf0000
static

◆ EventTypeShift

const int listfile_v0::EventTypeShift = 16
static

◆ FirstSectionOffset

const int listfile_v0::FirstSectionOffset = 0
static

◆ ModuleIDMask

const int listfile_v0::ModuleIDMask = 0x00ff0000
static

◆ ModuleIDShift

const int listfile_v0::ModuleIDShift = 16
static

◆ ModuleTypeMask

const int listfile_v0::ModuleTypeMask = 0x3f000
static

◆ ModuleTypeShift

const int listfile_v0::ModuleTypeShift = 12
static

◆ SectionMaxSize

const int listfile_v0::SectionMaxSize = SectionMaxWords * sizeof(u32)
static

◆ SectionMaxWords

const int listfile_v0::SectionMaxWords = 0xffff
static

◆ SectionSizeMask

const int listfile_v0::SectionSizeMask = 0xffff
static

◆ SectionSizeShift

const int listfile_v0::SectionSizeShift = 0
static

◆ SectionTypeMask

const int listfile_v0::SectionTypeMask = 0xe0000000
static

◆ SectionTypeShift

const int listfile_v0::SectionTypeShift = 29
static

◆ SubEventMaxSize

const int listfile_v0::SubEventMaxSize = SubEventMaxWords * sizeof(u32)
static

◆ SubEventMaxWords

const int listfile_v0::SubEventMaxWords = 0x3ff
static

◆ SubEventSizeMask

const int listfile_v0::SubEventSizeMask = 0x3ff
static

◆ SubEventSizeShift

const int listfile_v0::SubEventSizeShift = 0
static

◆ Version

const int listfile_v0::Version = 0
static

The documentation for this struct was generated from the following file: