The ConfigStoreHelper class simplifies config-store raw text load and save. More...
| Public Member Functions | |
| ConfigStoreHelper () | |
| Constructor.  More... | |
| void | LoadConfig (std::string configFilename) | 
| Loads a saved config-store raw text configuration from a given named file.  More... | |
| void | SaveConfig (std::string configFilename) | 
| Saves a configuration to a given named config-store raw text configuration file.  More... | |
The ConfigStoreHelper class simplifies config-store raw text load and save.
Definition at line 995 of file vanet-routing-compare.cc.
| ConfigStoreHelper::ConfigStoreHelper | ( | ) | 
Constructor.
Definition at line 1016 of file vanet-routing-compare.cc.
| void ConfigStoreHelper::LoadConfig | ( | std::string | configFilename | ) | 
Loads a saved config-store raw text configuration from a given named file.
| configFilename | the name of the config-store raw text file | 
Definition at line 1021 of file vanet-routing-compare.cc.
References ns3::ConfigStore::ConfigureDefaults(), and ns3::Config::SetDefault().
Referenced by VanetRoutingExperiment::CommandSetup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void ConfigStoreHelper::SaveConfig | ( | std::string | configFilename | ) | 
Saves a configuration to a given named config-store raw text configuration file.
| configFilename | the name of the config-store raw text file | 
Definition at line 1033 of file vanet-routing-compare.cc.
References ns3::ConfigStore::ConfigureDefaults(), and ns3::Config::SetDefault().
Referenced by VanetRoutingExperiment::ParseCommandLineArguments().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: