00001 //========================================================================== 00002 // nedtools.h - 00003 // 00004 // OMNeT++/OMNEST 00005 // Discrete System Simulation in C++ 00006 // 00007 //========================================================================== 00008 00009 /*--------------------------------------------------------------* 00010 Copyright (C) 2002-2008 Andras Varga 00011 Copyright (C) 2006-2008 OpenSim Ltd. 00012 00013 This file is distributed WITHOUT ANY WARRANTY. See the file 00014 `license' for details on this and other legal matters. 00015 *--------------------------------------------------------------*/ 00016 00017 00018 #ifndef __NEDTOOLS_H 00019 #define __NEDTOOLS_H 00020 00021 #include "nedelements.h" 00022 00023 NAMESPACE_BEGIN 00024 00030 class NEDXML_API NEDTools 00031 { 00032 public: 00037 static void repairNEDElementTree(NEDElement *tree); 00038 00043 static void splitToFiles(FilesElement *tree); 00044 }; 00045 00046 NAMESPACE_END 00047 00048 00049 #endif 00050
1.6.3