A Discrete-Event Network Simulator
API
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. More...
 
void CreateFormattedFile ()
 This function creates a file with formatted values. More...
 
void CreateSpaceSeparatedFile ()
 This function creates a file with 2 columns of values and separated by commas. More...
 

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 32 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 112 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 72 of file file-aggregator-example.cc.