A Discrete-Event Network Simulator
API
config-store-save.cc File Reference
#include "ns3/core-module.h"
#include "ns3/config-store-module.h"
#include <iostream>
+ Include dependency graph for config-store-save.cc:

Go to the source code of this file.

Classes

class  ConfigExample
 Example class to demonstrate use of the ns-3 Config Store. More...
 

Detailed Description

Usage

$ ./ns3 run "config-store-save [Program Options]" Without arguments, write out ConfigStore defaults, globals, and test object ConfigExample attributes to text file output-attributes.txt and (when XML supported) output-attributes.xml. Optionally set attributes to write out using –load <filename> where <filename> is a previously saved config-store file to load. Observe load behavior by setting environment variable NS_LOG=RawTextConfig.

Program Options

–load
Relative path to config-store input file

Definition in file config-store-save.cc.