#include <ns2-mobility-helper.h>
Public Member Functions | |
Ns2MobilityHelper (std::string filename) | |
void | Install (void) const |
template<typename T > | |
void | Install (T begin, T end) const |
ns3::Ns2MobilityHelper::Ns2MobilityHelper | ( | std::string | filename | ) |
filename | filename of file which contains the ns2 movement trace. |
void ns3::Ns2MobilityHelper::Install | ( | T | begin, | |
T | end | |||
) | const [inline] |
begin | an iterator which points to the start of the input object array. | |
end | an iterator which points to the end of the input object array. |
void ns3::Ns2MobilityHelper::Install | ( | void | ) | const |
Read the ns2 trace file and configure the movement patterns of all nodes contained in the global ns3::NodeList whose nodeId is matches the nodeId of the nodes in the trace file.