#include <GassiplexChannel.hh>
Inheritance diagram for GassiplexChannel:
Public Member Functions | |
GassiplexChannel (const Chip &, const i32 aX, const i32 aY, const i32 aId) | |
~GassiplexChannel () | |
const ui32 | getXLength () const |
const ui32 | getYLength () const |
Definition at line 20 of file GassiplexChannel.hh.
GassiplexChannel::GassiplexChannel | ( | const Chip & | , | |
const i32 | aX, | |||
const i32 | aY, | |||
const i32 | aId | |||
) |
Definition at line 16 of file GassiplexChannel.cpp.
00016 :Channel(aChip, "GassiplexChannel channel",aColumn,aRow,aId) 00017 { 00018 //FILE_LOG(logDEBUG) << "------GassiplexChannel constructor.:hardId: "<< hardId << " ,column: " << column << " ,row: " << row << endl; 00019 00020 }
GassiplexChannel::~GassiplexChannel | ( | ) |
const ui32 GassiplexChannel::getXLength | ( | ) | const [inline, virtual] |
const ui32 GassiplexChannel::getYLength | ( | ) | const [inline, virtual] |