Example program illustrating use of ns3::CommandLine. More...
#include <iostream>#include <iomanip>#include <string>#include "ns3/core-module.h"
Include dependency graph for command-line-example.cc:Go to the source code of this file.
Namespaces | |
| anonymous_namespace{command-line-example.cc} | |
Functions | |
| bool | anonymous_namespace{command-line-example.cc}::SetCbArg (std::string val) |
| Function to illustrate command line arguments handled by a Callback function. More... | |
Variables | |
| std::string | anonymous_namespace{command-line-example.cc}::g_cbArg = "cbArg default" |
| Global variable to illustrate command line arguments handled by a Callback function. More... | |
Example program illustrating use of ns3::CommandLine.
Definition in file command-line-example.cc.