BmnRoot
Loading...
Searching...
No Matches
BmnHgndRaw::Block Namespace Reference

Enumerations

enum  EventPacketVersion {
  ERR , V1 , V2 , ERR ,
  V1 , V2
}
 
enum  EventPacketVersion {
  ERR , V1 , V2 , ERR ,
  V1 , V2
}
 

Functions

bool is_word_event_header (uint16_t word)
 
EventPacketVersion get_event_packet_version (uint16_t word)
 
uint16_t get_block_size (EventPacketVersion packet_version=ERR)
 

Enumeration Type Documentation

◆ EventPacketVersion [1/2]

Enumerator
ERR 
V1 
V2 
ERR 
V1 
V2 

Definition at line 24 of file BmnHgndRaw.h.

◆ EventPacketVersion [2/2]

Enumerator
ERR 
V1 
V2 
ERR 
V1 
V2 

Definition at line 24 of file BmnHgndRaw.h.

Function Documentation

◆ get_block_size()

uint16_t BmnHgndRaw::Block::get_block_size ( EventPacketVersion  packet_version = ERR)
inline

Definition at line 45 of file BmnHgndRaw.h.

◆ get_event_packet_version()

EventPacketVersion BmnHgndRaw::Block::get_event_packet_version ( uint16_t  word)
inline

Definition at line 31 of file BmnHgndRaw.h.

◆ is_word_event_header()

bool BmnHgndRaw::Block::is_word_event_header ( uint16_t  word)
inline

Definition at line 18 of file BmnHgndRaw.h.