#include <new_sim_dimi_data.h>
Public Member Functions | |
NewSimulatorDimiTest (SaHpiDimiTestNumT id) | |
Constructor. | |
virtual | ~NewSimulatorDimiTest () |
Destructor. | |
virtual SaHpiDimiTestNumT | Num () const |
Return test case id. | |
bool | SetData (SaHpiDimiTestT info) |
Set testcase data - info. | |
bool | SetReadiness (SaHpiDimiReadyT ready) |
Set testcase data - readiness. | |
bool | SetResults (SaHpiDimiTestResultsT results) |
Set testcase data - results. | |
bool | IsRunning () |
Test if a test case is running. | |
SaErrorT | GetInfo (SaHpiDimiTestT &tinfo) |
HPI function saHpiDimiTestInfoGet(). | |
SaErrorT | GetReady (SaHpiDimiReadyT &ready) |
HPI function saHpiDimiTestReadinessGet(). | |
SaErrorT | StartTest (SaHpiUint8T number, SaHpiDimiTestVariableParamsT *param) |
HPI function saHpiDimiTestStart(). | |
SaErrorT | Cancel () |
HPI function saHpiDimiTestCancel(). | |
SaErrorT | GetStatus (SaHpiDimiTestPercentCompletedT &perc, SaHpiDimiTestRunStatusT &status) |
HPI function saHpiDimiTestStatusGet(). | |
SaErrorT | GetResults (SaHpiDimiTestResultsT &results) |
HPI function saHpiDimiTestResultsGet(). | |
virtual void | Dump (NewSimulatorLog &dump) const |
Dump Dimi Test information. |
|
HPI function saHpiDimiTestCancel(). See also the description of the function inside the specification or header file.
|
|
Dump Dimi Test information.
|
|
HPI function saHpiDimiTestInfoGet(). See also the description of the function inside the specification or header file.
|
|
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.
|
|
Test if a test case is running.
|
|
Set testcase data - info.
|
|
Set testcase data - readiness.
|
|
Set testcase data - results.
The status is set on
|
|
HPI function saHpiDimiTestStart(). See also the description of the function inside the specification or header file.
|