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 33 of file file-aggregator-example.cc.

References ns3::FileAggregator::COMMA_SEPARATED.

◆ CreateFormattedFile()

void anonymous_namespace{file-aggregator-example.cc}::CreateFormattedFile ( )

This function creates a file with formatted values.

Definition at line 108 of file file-aggregator-example.cc.

References ns3::FileAggregator::FORMATTED.

◆ 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 71 of file file-aggregator-example.cc.