Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members  

omnetpp.h

00001 //==========================================================================
00002 //   OMNETPP.H - header for
00003 //                             OMNeT++
00004 //            Discrete System Simulation in C++
00005 //
00006 //  Includes all other headers
00007 //
00008 //==========================================================================
00009 
00010 /*--------------------------------------------------------------*
00011   Copyright (C) 1992-2001 Andras Varga
00012   Technical University of Budapest, Dept. of Telecommunications,
00013   Stoczek u.2, H-1111 Budapest, Hungary.
00014 
00015   This file is distributed WITHOUT ANY WARRANTY. See the file
00016   `license' for details on this and other legal matters.
00017 *--------------------------------------------------------------*/
00018 
00019 #ifndef __OMNETPP_H
00020 #define __OMNETPP_H
00021 
00022 #include "defs.h"
00023 #include "util.h"
00024 #include "errmsg.h"
00025 #include "cobject.h"
00026 #include "csimul.h"
00027 #include "macros.h"
00028 #include "ctypes.h"
00029 #include "carray.h"
00030 #include "cqueue.h"
00031 #include "cllist.h"
00032 #include "chead.h"
00033 #include "cwatch.h"
00034 #include "cpar.h"
00035 #include "cgate.h"
00036 #include "cmessage.h"
00037 #include "cpacket.h"
00038 #include "cmsgheap.h"
00039 #include "cstk.h"
00040 #include "ccor.h"
00041 #include "cmodule.h"
00042 #include "cstat.h"
00043 #include "cdensity.h"
00044 #include "chist.h"
00045 #include "cvarhist.h"
00046 #include "cpsquare.h"
00047 #include "cksplit.h"
00048 #include "coutvect.h"
00049 #include "cdetect.h"
00050 #include "ctopo.h"
00051 #include "cnetmod.h"
00052 #include "cfsm.h"
00053 #include "protocol.h"
00054 #include "cenvir.h"
00055 #include "cenum.h"
00056 #include "cstruct.h"
00057 #include "envirext.h"
00058 
00059 #endif

Generated at Sat May 4 15:45:49 2002 for OMNeT++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001