BmnRoot
Loading...
Searching...
No Matches
BmnAliases.h File Reference

Go to the source code of this file.

Typedefs

typedef std::pair< uint32_t, uint16_t > PlMapKey
 
typedef std::pair< std::string, uint16_t > T0MapKey
 
typedef std::map< T0MapKey, uint16_t > T0ChMap
 
typedef std::unordered_map< std::string, uint16_t > NameChMap
 
typedef std::unordered_map< uint16_t, std::string > ChNameMap
 
typedef std::unordered_map< std::string, std::pair< uint32_t, uint16_t > > Name2SerCh
 
typedef std::map< std::pair< uint32_t, uint16_t >, std::string > SerCh2Name
 
typedef std::unordered_map< std::string, uint64_t > MapString2Cnt
 

Typedef Documentation

◆ ChNameMap

typedef std::unordered_map<uint16_t, std::string> ChNameMap

Definition at line 8 of file BmnAliases.h.

◆ MapString2Cnt

typedef std::unordered_map<std::string, uint64_t> MapString2Cnt

Definition at line 11 of file BmnAliases.h.

◆ Name2SerCh

typedef std::unordered_map<std::string, std::pair<uint32_t, uint16_t> > Name2SerCh

Definition at line 9 of file BmnAliases.h.

◆ NameChMap

typedef std::unordered_map<std::string, uint16_t> NameChMap

Definition at line 7 of file BmnAliases.h.

◆ PlMapKey

typedef std::pair<uint32_t, uint16_t> PlMapKey

Definition at line 4 of file BmnAliases.h.

◆ SerCh2Name

typedef std::map<std::pair<uint32_t, uint16_t>, std::string> SerCh2Name

Definition at line 10 of file BmnAliases.h.

◆ T0ChMap

typedef std::map<T0MapKey, uint16_t> T0ChMap

Definition at line 6 of file BmnAliases.h.

◆ T0MapKey

typedef std::pair<std::string, uint16_t> T0MapKey

Definition at line 5 of file BmnAliases.h.