A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
anonymous_namespace{file-aggregator-example.cc} Namespace Reference

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.
 

Function Documentation

◆ CreateCommaSeparatedFile()

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().

+ Here is the call graph for this function:

◆ CreateFormattedFile()

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.

+ Here is the call graph for this function:

◆ CreateSpaceSeparatedFile()

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().

+ Here is the call graph for this function: