#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include <ns3/mobility-module.h>
#include <iostream>
Go to the source code of this file.
Functions | |
void | PrintPosition (Ptr< Node > node) |
Print the node position to the time series file. | |
Variables | |
std::ofstream | g_timeSeries |
The time series file. | |
Print the node position to the time series file.
node | The node. |
Definition at line 67 of file reference-point-group-mobility-example.cc.
References g_timeSeries, ns3::Time::GetSeconds(), ns3::Simulator::Now(), and NS_LOG_LOGIC.
std::ofstream g_timeSeries |
The time series file.
Definition at line 59 of file reference-point-group-mobility-example.cc.
Referenced by PrintPosition().