#include <MicrorocChannel.hh>
Inheritance diagram for MicrorocChannel:


Public Member Functions | |
| MicrorocChannel (const Chip &, const i32 aX, const i32 aY, const i32 aId) | |
| ~MicrorocChannel () | |
| const ui32 | getXLength () const |
| const ui32 | getYLength () const |
| bool | getMask (ui16 index) const |
| void | setMask (ui16 index, bool value) |
Private Attributes | |
| bool | mask [3] |
Definition at line 18 of file MicrorocChannel.hh.
| MicrorocChannel::MicrorocChannel | ( | const Chip & | , | |
| const i32 | aX, | |||
| const i32 | aY, | |||
| const i32 | aId | |||
| ) |
Definition at line 14 of file MicrorocChannel.cpp.
00015 : Channel(aChip, "MicrorocChannel channel", aColumn, aRow, aId) 00016 { 00017 }
| MicrorocChannel::~MicrorocChannel | ( | ) | [inline] |
| const ui32 MicrorocChannel::getXLength | ( | ) | const [inline, virtual] |
| const ui32 MicrorocChannel::getYLength | ( | ) | const [inline, virtual] |
| bool MicrorocChannel::getMask | ( | ui16 | index | ) | const [inline] |
Definition at line 28 of file MicrorocChannel.hh.
Referenced by MTChip::operator=().
00028 { return mask[index];} ;
| void MicrorocChannel::setMask | ( | ui16 | index, | |
| bool | value | |||
| ) | [inline] |
bool MicrorocChannel::mask[3] [private] |
1.4.7