lemAutoRun
1.0
|
#include <lemAutoRun.h>
Public Attributes | |
QString | tag |
ODB tag. More... | |
QString | odb_path |
ODB path. More... | |
int | idx |
ODB variable index. -1 means variable is not an array. More... | |
Structure holding the ODB_TAG information
Definition at line 239 of file lemAutoRun.h.
int OdbTag::idx |
ODB variable index. -1 means variable is not an array.
Definition at line 242 of file lemAutoRun.h.
Referenced by PSAX2AutoRunParseHandler::characters(), and PSAX2AutoRunParseHandler::PSAX2AutoRunParseHandler().
QString OdbTag::odb_path |
ODB path.
Definition at line 241 of file lemAutoRun.h.
Referenced by PSAX2AutoRunParseHandler::characters(), PSAX2AutoRunParseHandler::endElement(), and PSAX2AutoRunParseHandler::PSAX2AutoRunParseHandler().
QString OdbTag::tag |
ODB tag.
Definition at line 240 of file lemAutoRun.h.
Referenced by PSAX2AutoRunParseHandler::characters(), PSAX2AutoRunParseHandler::endElement(), and PSAX2AutoRunParseHandler::PSAX2AutoRunParseHandler().