Project
Loading...
Searching...
No Matches
o2::mch::internal Namespace Reference

Functions

constexpr uint32_t buildTypeGID (ErrorGroup group, uint32_t id)
 helper function to construct the error type GID (not supposed to be used outside of this header)
 

Function Documentation

◆ buildTypeGID()

constexpr uint32_t o2::mch::internal::buildTypeGID ( ErrorGroup  group,
uint32_t  id 
)
constexpr

helper function to construct the error type GID (not supposed to be used outside of this header)

  • the 8 most significant bits identify the error group
    • the other bits identify the error type within the group
      Parameters
      groupgroup to which this error belongs
      iderror UID within this group

Definition at line 50 of file Error.h.