A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MyModel Class Reference

Public Member Functions

void Start (void)
 

Private Member Functions

void HandleEvent (double eventValue)
 

Detailed Description

Definition at line 30 of file sample-simulator.cc.

Member Function Documentation

void MyModel::HandleEvent ( double  eventValue)
private

Definition at line 46 of file sample-simulator.cc.

References ns3::Time::GetSeconds(), and ns3::Simulator::Now().

Referenced by sample-simulator.MyModel::Start(), and Start().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void MyModel::Start ( void  )

Definition at line 39 of file sample-simulator.cc.

References HandleEvent(), ns3::Simulator::Now(), and ns3::Simulator::Schedule().

Referenced by ExampleFunction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: