Board class | Chip | [friend] |
board | Chip | [protected] |
bypassed | Chip | [protected] |
channels | Chip | [protected] |
Chip(const Board &_board, const i32 aCol, const i32 aRow, const ui32 nbColumns, const ui32 nbRows, const i32 aId, const ui32 aSerialNumber) | Chip | [protected] |
Chip(const Chip &x) | Chip | [protected] |
chipSoftId | Chip | [protected] |
column | Chip | [protected] |
configured | Chip | [protected] |
gain | Chip | [protected] |
getBoard() const | Chip | [inline] |
getBypassed() const | Chip | [inline] |
getChannelById(const i32 channelId) | Chip | |
getChannels(void) const | Chip | [inline] |
getChipSoftId() const | Chip | [inline] |
getColumn(void) const | Chip | [inline] |
getGain() const | Chip | [inline] |
getId() const | Chip | [inline] |
getLeftBottomX() const | Chip | |
getLeftBottomY() const | Chip | |
getMaxChannelId(void) const | Chip | |
getMinChannelId(void) const | Chip | |
getNbColumns() const | Chip | [inline] |
getNbRows() const | Chip | [inline] |
getRightUpperX() const | Chip | |
getRightUpperY() const | Chip | |
getRow(void) const | Chip | [inline] |
getSerialNumber() const | Chip | [inline] |
getType() const | Chip | [inline] |
getX() const | Chip | |
getXGap() const =0 | Chip | [pure virtual] |
getXLength() const | Chip | |
getXRelative() const | Chip | |
getY() const | Chip | |
getYGap() const =0 | Chip | [pure virtual] |
getYLength() const | Chip | |
getYRelative() const | Chip | |
id | Chip | [protected] |
isConfigured(void) const | Chip | [inline] |
nbColumns | Chip | [protected] |
nbRows | Chip | [protected] |
operator<<(std::ostream &out, const Chip &x) | Chip | [friend] |
operator<<(std::ostream &out, const Chip *x) | Chip | [friend] |
operator<<(std::ostream &out) const | Chip | [protected] |
operator=(const Chip &x) | Chip | [protected] |
row | Chip | [protected] |
serialNum | Chip | [protected] |
setBypassed(bool value) | Chip | [inline] |
setConfigured(bool value) | Chip | [inline] |
setGain(const ui32 value) | Chip | [inline] |
setSerialNumber(ui32 value) | Chip | [inline] |
type | Chip | [protected] |
~Chip() | Chip | [protected, virtual] |