A Discrete-Event Network Simulator
API
FakeNetDevice Class Reference

Example class with a method for the background task. More...

Public Member Functions

 FakeNetDevice ()
 Constructor. More...
 
void Doit3 (void)
 The thread entry point. More...
 

Detailed Description

Example class with a method for the background task.

Definition at line 77 of file main-test-sync.cc.

Constructor & Destructor Documentation

FakeNetDevice::FakeNetDevice ( )

Constructor.

Definition at line 86 of file main-test-sync.cc.

References NS_LOG_FUNCTION_NOARGS.

Member Function Documentation

void FakeNetDevice::Doit3 ( void  )

The thread entry point.

Definition at line 92 of file main-test-sync.cc.

References inserted_function(), ns3::MakeEvent(), ns3::Simulator::NO_CONTEXT, NS_LOG_FUNCTION_NOARGS, ns3::Simulator::ScheduleWithContext(), and ns3::Seconds().

Referenced by test().

+ 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: