#include <new_sim_file_dimi.h>
Inheritance diagram for NewSimulatorFileDimi:
Public Member Functions | |
NewSimulatorFileDimi (GScanner *scanner) | |
Constructor. | |
virtual | ~NewSimulatorFileDimi () |
Destructor. | |
virtual NewSimulatorRdr * | process_token (NewSimulatorResource *res) |
Parse inside the DIMI_TOKEN_HANDLER the RDR_DETAIL_TOKEN_HANDLER . | |
bool | process_dimi_test (NewSimulatorDimiTest *dt) |
Parse a test case. | |
bool | process_dimi_testdata (NewSimulatorDimiTest *dt) |
Parse test case data. | |
bool | process_dimi_entities (SaHpiDimiTestAffectedEntityT &tae) |
Parse a test afffected entity structure. | |
bool | process_dimi_testparameters (SaHpiDimiTestParamsDefinitionT &tp) |
Parse a test parameters definition. |
|
Parse a test afffected entity structure.
Startpoint is the
|
|
Parse a test case.
Startpoint is the
|
|
Parse test case data.
Startpoint is the
|
|
Parse a test parameters definition.
Startpoint is the
|
|
Parse inside the
Startpoint is the
Implements NewSimulatorFileRdr. |