OMNeT++ NEDXML  5.4.1
nedtools.h
Go to the documentation of this file.
1 //==========================================================================
2 // nedtools.h -
3 //
4 // OMNeT++/OMNEST
5 // Discrete System Simulation in C++
6 //
7 //==========================================================================
8 
9 /*--------------------------------------------------------------*
10  Copyright (C) 2002-2017 Andras Varga
11  Copyright (C) 2006-2017 OpenSim Ltd.
12 
13  This file is distributed WITHOUT ANY WARRANTY. See the file
14  `license' for details on this and other legal matters.
15 *--------------------------------------------------------------*/
16 
17 
18 #ifndef __OMNETPP_NEDXML_NEDTOOLS_H
19 #define __OMNETPP_NEDXML_NEDTOOLS_H
20 
21 #include "nedelements.h"
22 
23 namespace omnetpp {
24 namespace nedxml {
25 
32 {
33  public:
38  static void repairNedAST(ASTNode *tree);
39 
44  static void repairMsgAST(ASTNode *tree);
45 
50  static void splitNedFiles(FilesElement *tree);
51 };
52 
53 } // namespace nedxml
54 } // namespace omnetpp
55 
56 
57 #endif
58 
#define NEDXML_API
Definition: nedxmldefs.h:31
Misc NED utilities.
Definition: nedtools.h:31
Definition: astbuilder.h:25
Definition: astnode.h:75