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, and ns3::CreateObject().
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::CreateObject(), and ns3::FileAggregator::FORMATTED.
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::CreateObject().