|
OMNeT++ NEDXML 6.1
Discrete Event Simulation Library
|
|
Go to the documentation of this file.
17 #ifndef __OMNETPP_NEDXML_MSGPARSER_H
18 #define __OMNETPP_NEDXML_MSGPARSER_H
31 #define TYPE_NUMERIC 'N'
32 #define TYPE_CONST_NUM 'C'
33 #define TYPE_STRING 'S'
36 #define TYPE_ANYTYPE 'A'
54 bool loadFile(
const char *osfname,
const char *fname);
55 bool loadText(
const char *nedtext,
const char *fname);
87 ASTNode *parseMsgFile(
const char *osfname,
const char *fname=
nullptr);
95 ASTNode *parseMsgText(
const char *text,
const char *fname=
nullptr);
bool storesrc
Definition: yydefs.h:49
ParseContext np
Definition: msgparser.h:51
#define NEDXML_API
Definition: nedxmldefs.h:31
Definition: astbuilder.h:25
void setStoreSource(bool b)
Definition: msgparser.h:74
Parses MSG files into an AST.
Definition: msgparser.h:48
Definition: errorstore.h:37
bool getStoreSourceFlag()
Definition: msgparser.h:79