#include <new_sim_file.h>
Inheritance diagram for NewSimulatorFile:
Public Types | |
enum | mode { INIT = 0, UPDATE, UNKNOWN } |
in which the class can work | |
Public Member Functions | |
NewSimulatorFile (const char *filename) | |
Constructor Open the file <filename> and initialize a GScanner. | |
~NewSimulatorFile () | |
Destructor. | |
bool | Open () |
Configuration of the GScanner and reading the configuration part of the simulator file. | |
bool | Discover (NewSimulatorDomain *domain) |
Parse the simulation file to discover the HPI values. | |
int & | Mode () |
Read/Write function fo the private m_mode. |
|
Constructor Open the file <filename> and initialize a GScanner.
|
|
Parse the simulation file to discover the HPI values.
Starting with
|
|
Configuration of the GScanner and reading the configuration part of the simulator file.
Inside the method some additional tokens are put to GScanner. Afterwards the
|