#include <new_sim_file_util.h>
Inheritance diagram for NewSimulatorFileUtil:
Public Member Functions | |
NewSimulatorFileUtil () | |
Constructor. | |
NewSimulatorFileUtil (GScanner *scanner) | |
Constructor with Scanner information. | |
~NewSimulatorFileUtil () | |
Destructor. | |
bool | process_textbuffer (NewSimulatorTextBuffer &buffer) |
Parse a textbuffer. | |
bool | process_textbuffer (SaHpiTextBufferT &text) |
Parse a textbuffer. | |
bool | process_entity (SaHpiEntityPathT &path) |
Parse the entity string. | |
bool | process_hexstring (guint max_len, gchar *str, SaHpiUint8T *hexlist) |
Parse a hex string. | |
Protected Attributes | |
GScanner * | m_scanner |
Holding the scanner pointer. |
|
Parse the entity string.
Common function to parse entity string.
|
|
Parse a hex string. Common function to parse strings filled with hex values
|
|
Parse a textbuffer. With another method signature
|
|
Parse a textbuffer.
A textbuffer is read from the simulation file and the information is stored inside the class NewSimulatorTextBuffer. The scanner should be on token G_TOKEN_LEFT_CURLY and will be afterwards on token G_TOKEN_RIGHT_CURLY.
|