A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 76 of file main-test-sync.cc.

Constructor & Destructor Documentation

FakeNetDevice::FakeNetDevice ( )

Constructor.

Definition at line 85 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 91 of file main-test-sync.cc.

References inserted_function(), ns3::MakeEvent(), 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: