![]() |
Project
|
Functions to relate the unique local board ID with the corresponding GBT ID. More...
Functions | |
uint16_t | getGBTIdFromUniqueLocId (uint8_t uniqueLocId) |
bool | isBoardInGBT (uint8_t uniqueLocId, uint16_t gbtUniqueId) |
Functions to relate the unique local board ID with the corresponding GBT ID.
|
inline |
Gets the GBT ID from the unique loc ID
uniqueLocId | Unique local board ID |
Definition at line 32 of file GBTMapper.h.
|
inline |
Check if the board is in the GBT
uniqueLocId | Unique local board ID |
gbtUniqueId | Unique GBT ID |
Definition at line 37 of file GBTMapper.h.