fdhwlib
2.0.25
|
#include <feunitflt.h>
Definition at line 30 of file feunitflt.h.
FEunitFlt::FEunitFlt | ( | SubrackBase * | s | ) |
FEunitFlt::~FEunitFlt | ( | ) |
void FEunitFlt::get | ( | const char * | par, |
FEunitData ** | data | ||
) | [virtual] |
Reimplemented from FEunit.
const char* FEunitFlt::getSubunitName | ( | int | i | ) | [virtual] |
Get the name of subunit number i.
Reimplemented from FEunit.
int FEunitFlt::getSubunitsNumber | ( | ) | [virtual] |
Return the number of subunits.
Reimplemented from FEunit.
int FEunitFlt::n [private] |
Number of registers in unit list.
Definition at line 49 of file feunitflt.h.
FEunit* FEunitFlt::reg[100] [private] |
Hiden unit list.
Definition at line 46 of file feunitflt.h.
SubrackBase* FEunitFlt::s [private] |
Reference to the flts.
Definition at line 43 of file feunitflt.h.