The WifiApp class enforces program flow for ns-3 wifi applications. More...
Inheritance diagram for WifiApp:Public Member Functions | |
| WifiApp () | |
| Constructor. More... | |
| virtual | ~WifiApp () |
| Destructor. More... | |
| void | Simulate (int argc, char **argv) |
| Enacts simulation of an ns-3 wifi application. More... | |
Protected Member Functions | |
| virtual void | ConfigureApplications () |
| Configure applications. More... | |
| virtual void | ConfigureChannels () |
| Configure channels. More... | |
| virtual void | ConfigureDevices () |
| Configure devices. More... | |
| virtual void | ConfigureMobility () |
| Configure mobility. More... | |
| virtual void | ConfigureNodes () |
| Configure nodes. More... | |
| virtual void | ConfigureTracing () |
| Configure tracing. More... | |
| virtual void | ParseCommandLineArguments (int argc, char **argv) |
| Process command line arguments. More... | |
| virtual void | ProcessOutputs () |
| Process outputs. More... | |
| virtual void | RunSimulation () |
| Run the simulation. More... | |
| virtual void | SetDefaultAttributeValues () |
| Sets default attribute values. More... | |
The WifiApp class enforces program flow for ns-3 wifi applications.
Definition at line 837 of file vanet-routing-compare.cc.
| WifiApp::WifiApp | ( | ) |
|
virtual |
|
protectedvirtual |
Configure applications.
Reimplemented in VanetRoutingExperiment.
Definition at line 996 of file vanet-routing-compare.cc.
Referenced by Simulate().
Here is the caller graph for this function:
|
protectedvirtual |
Configure channels.
Reimplemented in VanetRoutingExperiment.
Definition at line 981 of file vanet-routing-compare.cc.
Referenced by Simulate().
Here is the caller graph for this function:
|
protectedvirtual |
Configure devices.
Reimplemented in VanetRoutingExperiment.
Definition at line 986 of file vanet-routing-compare.cc.
Referenced by Simulate().
Here is the caller graph for this function:
|
protectedvirtual |
Configure mobility.
Reimplemented in VanetRoutingExperiment.
Definition at line 991 of file vanet-routing-compare.cc.
Referenced by Simulate().
Here is the caller graph for this function:
|
protectedvirtual |
Configure nodes.
Reimplemented in VanetRoutingExperiment.
Definition at line 976 of file vanet-routing-compare.cc.
Referenced by Simulate().
Here is the caller graph for this function:
|
protectedvirtual |
Configure tracing.
Reimplemented in VanetRoutingExperiment.
Definition at line 1001 of file vanet-routing-compare.cc.
Referenced by Simulate().
Here is the caller graph for this function:
|
protectedvirtual |
Process command line arguments.
| argc | program arguments count |
| argv | program arguments |
Reimplemented in VanetRoutingExperiment.
Definition at line 971 of file vanet-routing-compare.cc.
Referenced by Simulate().
Here is the caller graph for this function:
|
protectedvirtual |
Process outputs.
Reimplemented in VanetRoutingExperiment.
Definition at line 1011 of file vanet-routing-compare.cc.
Referenced by Simulate().
Here is the caller graph for this function:
|
protectedvirtual |
Run the simulation.
Reimplemented in VanetRoutingExperiment.
Definition at line 1006 of file vanet-routing-compare.cc.
Referenced by Simulate().
Here is the caller graph for this function:
|
protectedvirtual |
Sets default attribute values.
Reimplemented in VanetRoutingExperiment.
Definition at line 966 of file vanet-routing-compare.cc.
Referenced by Simulate().
Here is the caller graph for this function:| void WifiApp::Simulate | ( | int | argc, |
| char ** | argv | ||
| ) |
Enacts simulation of an ns-3 wifi application.
| argc | program arguments count |
| argv | program arguments |
Definition at line 933 of file vanet-routing-compare.cc.
References ConfigureApplications(), ConfigureChannels(), ConfigureDevices(), ConfigureMobility(), ConfigureNodes(), ConfigureTracing(), ParseCommandLineArguments(), ProcessOutputs(), RunSimulation(), and SetDefaultAttributeValues().
Here is the call graph for this function: