Functions | |
| void | CreateCommaSeparatedFile () |
| This function creates a file with 2 columns of values and separated by commas. | |
| void | CreateFormattedFile () |
| This function creates a file with formatted values. | |
| void | CreateSpaceSeparatedFile () |
| This function creates a file with 2 columns of values and separated by commas. | |
| void anonymous_namespace{file-aggregator-example.cc}::CreateCommaSeparatedFile | ( | ) |
This function creates a file with 2 columns of values and separated by commas.
Definition at line 22 of file file-aggregator-example.cc.
References ns3::FileAggregator::COMMA_SEPARATED, ns3::Create(), and ns3::value().
Here is the call graph for this function:| void anonymous_namespace{file-aggregator-example.cc}::CreateFormattedFile | ( | ) |
This function creates a file with formatted values.
Definition at line 97 of file file-aggregator-example.cc.
References ns3::Create(), ns3::FileAggregator::FORMATTED, and ns3::value().
Here is the call graph for this function:| void anonymous_namespace{file-aggregator-example.cc}::CreateSpaceSeparatedFile | ( | ) |
This function creates a file with 2 columns of values and separated by commas.
Definition at line 60 of file file-aggregator-example.cc.
References ns3::Create(), and ns3::value().
Here is the call graph for this function: