fdhwlib
2.0.25
|
#include <pbusversion.h>
The class helps the manage the different versions of the Pbus class.
The Pbus library is defined by version and access mode. If the mode IP is choosen some more information is necessary to define the program version: The version of the pbus daemon connected to and the version of the Pbus library the pbusdaemon uses.
Definition at line 46 of file pbusversion.h.
PbusVersion::PbusVersion | ( | ) |
PbusVersion::~PbusVersion | ( | ) |
int PbusVersion::check | ( | char * | ini = "FE.ini" | ) |
int PbusVersion::copyFrom | ( | unsigned long * | data, |
int | n | ||
) |
int PbusVersion::copyTo | ( | unsigned long * | data, |
int | n | ||
) |
void PbusVersion::display | ( | FILE * | fout | ) |
const char* PbusVersion::get | ( | ) |
const char* PbusVersion::getMode | ( | ) |
int PbusVersion::length | ( | ) |
void PbusVersion::updateMicroEnable | ( | microenable * | board, |
fpga_design * | design | ||
) |
void PbusVersion::updatePbusd | ( | unsigned long * | data, |
int | len | ||
) |
Definition at line 64 of file pbusversion.h.
int PbusVersion::mode [private] |
Definition at line 78 of file pbusversion.h.
bool PbusVersion::mounted [private] |
Definition at line 80 of file pbusversion.h.
Definition at line 66 of file pbusversion.h.
string PbusVersion::version [private] |
Definition at line 76 of file pbusversion.h.