#include "ns3/config-store-module.h"
#include "ns3/core-module.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | ConfigExample |
Example class to demonstrate use of the ns-3 Config Store. More... | |
$ ./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.
--load
Definition in file config-store-save.cc.