A Discrete-Event Network Simulator
API
length-example.cc File Reference

Demonstrates usage of the ns3::Length class. More...

#include "ns3/core-module.h"
#include "ns3/length.h"
#include <iostream>
+ Include dependency graph for length-example.cc:

Go to the source code of this file.

Functions

void ArithmeticOperators ()
 Demonstrates the use of ns3::Length arithmetic operators. More...
 
void Constructors ()
 Demonstrates the use of ns3::Length constructors. More...
 
void Conversions ()
 Demonstrates the use of ns3::Length conversions. More...
 
void DivAndMod ()
 Demonstrates the use of ns3::Length multiplications and divisions. More...
 
void EqualityOperators ()
 Demonstrates the use of ns3::Length equality operators. More...
 

Detailed Description

Demonstrates usage of the ns3::Length class.

Definition in file length-example.cc.