#include <new_sim_dimi.h>
Inheritance diagram for NewSimulatorDimi:
Public Member Functions | |
NewSimulatorDimi (NewSimulatorResource *res) | |
Constructor. | |
NewSimulatorDimi (NewSimulatorResource *res, SaHpiRdrT rdr) | |
Full qualified constructor to fill an object with the parsed data. | |
virtual | ~NewSimulatorDimi () |
Destructor. | |
virtual unsigned int | Num () const |
Return DimiId. | |
SaHpiDimiTestNumT | GetTestId () |
Get a valid test id. | |
bool | SetData (SaHpiDimiRecT dimiRec) |
Set dimi record data. | |
bool | SetInfo (SaHpiDimiInfoT spec) |
Set dimi information data. | |
bool | AddTest (NewSimulatorDimiTest *test) |
Add a test. | |
virtual bool | CreateRdr (SaHpiRptEntryT &resource, SaHpiRdrT &rdr) |
A rdr structure is filled with the data. | |
SaErrorT | GetResults (SaHpiDimiTestNumT id, SaHpiDimiTestResultsT &results) |
HPI function saHpiDimiTestResultsGet(). | |
SaErrorT | GetStatus (SaHpiDimiTestNumT id, SaHpiDimiTestPercentCompletedT &perc, SaHpiDimiTestRunStatusT &status) |
HPI function saHpiDimiTestStatusGet(). | |
SaErrorT | CancelTest (SaHpiDimiTestNumT id) |
HPI function saHpiDimiTestCancel(). | |
SaErrorT | StartTest (SaHpiDimiTestNumT id, SaHpiUint8T number, SaHpiDimiTestVariableParamsT *param) |
HPI function saHpiDimiTestStart(). | |
SaErrorT | GetReadiness (SaHpiDimiTestNumT id, SaHpiDimiReadyT &ready) |
HPI function saHpiDimiTestReadinessGet(). | |
SaErrorT | GetTestInfo (SaHpiDimiTestNumT id, SaHpiDimiTestT &tinfo) |
HPI function saHpiDimiTestInfoGet(). | |
SaErrorT | GetInfo (SaHpiDimiInfoT &info) |
HPI function saHpiDimiInfoGet(). | |
virtual void | Dump (NewSimulatorLog &dump) const |
Dump the dimi information. |
|
Add a test.
|
|
HPI function saHpiDimiTestCancel(). See also the description of the function inside the specification or header file.
|
|
A rdr structure is filled with the data. This method is called by method NewSimulatorRdr::Populate().
Reimplemented from NewSimulatorRdr. |
|
Dump the dimi information.
Implements NewSimulatorRdr. |
|
HPI function saHpiDimiInfoGet(). See also the description of the function inside the specification or header file. Copying the internal values (if a read is allowed).
|
|
HPI function saHpiDimiTestReadinessGet(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiDimiTestResultsGet(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiDimiTestStatusGet(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiDimiTestInfoGet(). See also the description of the function inside the specification or header file.
|
|
Set dimi record data.
|
|
Set dimi information data.
|
|
HPI function saHpiDimiTestStart(). See also the description of the function inside the specification or header file. Copying the internal values (if a read is allowed).
|