Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

SlottedAloha.cpp File Reference

Main simulation class C++ file. More...

#include <list>
#include "SlottedAloha.h"

Include dependency graph for SlottedAloha.cpp:

Include dependency graph

Go to the source code of this file.

Functions

void DEMain ()
 this is a standard NePSing function. MUST be here and MUST contain your DESystem subclass name


Detailed Description

Main simulation class C++ file.

Definition in file SlottedAloha.cpp.


Function Documentation

void DEMain  ) 
 

this is a standard NePSing function. MUST be here and MUST contain your DESystem subclass name

This function contains a simple template call, and it is used to 'tell' to NePSing the name of your DESystem subclass. This is also why you can only have one DESystem subclass per simulation.

No need to understand too much. Simply copy it and put the right class name in the brackets :-)

Definition at line 120 of file SlottedAloha.cpp.

00121 {
00122   RunSimul<SysSAloha>();
00123 }


Generated on Wed Dec 22 23:26:49 2004 for NePSing Slotted Aloha example by doxygen 1.3.9.1 ---- Hosted by SourceForge.net Logo