OMNeT++ NEDXML
5.4.1
|
Classes and functions for generating C++ source from a parsed MSG file (opp_msgc functionality).
Classes | |
class | MsgAnalyzer |
Part of the message compiler. Produces ClassInfo/EnumInfo objects from the ASTNode tree. Assumes object tree has already passed all validation stages (DTD, syntax, semantic). More... | |
class | MsgCodeGenerator |
Code generator part of the message compiler. More... | |
struct | MsgCompilerOptions |
Options for MsgCompiler. More... | |
class | MsgCompiler |
Generates C++ code from a MSG file object tree. More... | |
struct | MsgCompilerOptionsOld |
Options for MsgCompilerOld. More... | |
class | MsgCompilerOld |
Generates C++ code from a MSG file. Covers the MSG language of OMNeT++ 4.x, and 5.x up to 5.2. More... | |
class | MsgTypeTable |