Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members  

nedxmlparser.h

00001 //==========================================================================
00002 //  NEDXMLPARSER.H -
00003 //            part of OMNeT++
00004 //
00005 //==========================================================================
00006 
00007 /*--------------------------------------------------------------*
00008   Copyright (C) 2002-2003 Andras Varga
00009 
00010   This file is distributed WITHOUT ANY WARRANTY. See the file
00011   `license' for details on this and other legal matters.
00012 *--------------------------------------------------------------*/
00013 
00014 
00015 #ifndef __NEDXMLPARSER_H
00016 #define __NEDXMLPARSER_H
00017 
00018 #include "nedelement.h"
00019 
00025 NEDElement *parseXML(const char *filename);
00026 
00027 #endif
00028 

Generated at Mon Jun 16 23:37:41 2003 for OMNeT++NEDXML by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001