15int Channel::getBranchIndex()
const
17 if (mHardwareAddress == -1) {
25 if (mHardwareAddress == -1) {
33 if (mHardwareAddress == -1) {
41 if (mHardwareAddress == -1) {
49 mBunches.emplace_back(bunchlength, starttime);
50 return mBunches.back();
Handling of uninitialized hardware addresses.
static int getAltroIndexFromHwAddress(int hwaddress)
Extracting ALTRO index from the hardware address.
static int getChannelIndexFromHwAddress(int hwaddress)
Extracting Channel index in FEC from the hardware address.
int getChannelIndex() const
Provide the channel index for the current hardware address.
static int getFecIndexFromHwAddress(int hwaddress)
Extracting FEC index in branch from the hardware address.
int getFECIndex() const
Provide the front-end card index (0-9) in branch for the current hardware address.
int getAltroIndex() const
Provide the altro chip index for the current hardware address.
static int getBranchIndexFromHwAddress(int hwaddress)
Extracting branch index from the hardware address.
Bunch & createBunch(uint8_t bunchlength, uint8_t starttime)
Create and initialize a new bunch and return reference to it.