#include <list>
#include "SlottedAloha.h"
Include dependency graph for SlottedAloha.cpp:
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 |
Definition in file SlottedAloha.cpp.
|
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 }
|