Board Class Reference
#include <Board.hh>
List of all members.
Detailed Description
Definition at line 23 of file Board.hh.
Constructor & Destructor Documentation
Board::Board |
( |
const Chamber & |
_chamber, |
|
|
const ui32 |
aCol, |
|
|
const ui32 |
aRow, |
|
|
const ui32 |
nbColumns, |
|
|
const ui32 |
nbRows, |
|
|
const i32 |
aId | |
|
) |
| | [protected] |
Board::Board |
( |
const Board & |
source |
) |
[protected] |
virtual Board::~Board |
( |
|
) |
[protected, virtual] |
Member Function Documentation
Board& Board::operator= |
( |
const Board & |
source |
) |
[protected] |
std::ostream& Board::operator<< |
( |
std::ostream & |
out |
) |
const [protected] |
const Chamber& Board::getChamber |
( |
|
) |
const [inline] |
const i32 Board::getId |
( |
|
) |
const [inline] |
const i32 Board::getX |
( |
void |
|
) |
const |
const i32 Board::getY |
( |
void |
|
) |
const |
const ui32 Board::getXLength |
( |
|
) |
const |
const ui32 Board::getYLength |
( |
|
) |
const |
virtual const ui32 Board::getXGap |
( |
|
) |
const [pure virtual] |
virtual const ui32 Board::getYGap |
( |
|
) |
const [pure virtual] |
void Board::addChip |
( |
Chip * |
chip |
) |
|
ChipMap_t Board::getChips |
( |
void |
|
) |
const [inline] |
void Board::setDif |
( |
Dif * |
aDif |
) |
|
const Dif* Board::getDif |
( |
|
) |
const [inline] |
Channel& Board::getChannelById |
( |
const i32 |
channelId, |
|
|
const i32 |
chipId = -1 | |
|
) |
| | |
Chip& Board::getChipById |
( |
const i32 |
chipId |
) |
|
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Board & |
x | |
|
) |
| | [friend] |
Member Data Documentation
the chamber to which the board belongs
Definition at line 60 of file Board.hh.
the board id
Definition at line 61 of file Board.hh.
the chip collection which composes the board
Definition at line 63 of file Board.hh.
The documentation for this class was generated from the following file:
- /Users/jacquem/NetBeansProjects/MicromegasFramework/trunk/include/Board.hh