Single record in mobility reference. More...
Public Member Functions | |
ReferencePoint (std::string const &id, Time t, Vector const &p, Vector const &v) | |
bool | operator< (ReferencePoint const &o) const |
Sort by timestamp. More... | |
Public Attributes | |
std::string | node |
node ID as string, e.g. "1" More... | |
Vector | pos |
reference position More... | |
Time | time |
timestamp More... | |
Vector | vel |
reference velocity More... | |
Single record in mobility reference.
Definition at line 87 of file ns2-mobility-helper-test-suite.cc.
|
inline |
Definition at line 94 of file ns2-mobility-helper-test-suite.cc.
|
inline |
Sort by timestamp.
Definition at line 102 of file ns2-mobility-helper-test-suite.cc.
References time.
std::string ns3::Ns2MobilityHelperTest::ReferencePoint::node |
node ID as string, e.g. "1"
Definition at line 89 of file ns2-mobility-helper-test-suite.cc.
Referenced by ns3::Ns2MobilityHelperTest::CheckInitialPositions(), ns3::Ns2MobilityHelperTest::CourseChange(), and show_last_packets.ShowLastPackets::update().
Vector ns3::Ns2MobilityHelperTest::ReferencePoint::pos |
reference position
Definition at line 91 of file ns2-mobility-helper-test-suite.cc.
Referenced by ns3::Ns2MobilityHelperTest::CheckInitialPositions(), and ns3::Ns2MobilityHelperTest::CourseChange().
Time ns3::Ns2MobilityHelperTest::ReferencePoint::time |
timestamp
Definition at line 90 of file ns2-mobility-helper-test-suite.cc.
Referenced by ns3::Ns2MobilityHelperTest::CourseChange(), and operator<().
Vector ns3::Ns2MobilityHelperTest::ReferencePoint::vel |
reference velocity
Definition at line 92 of file ns2-mobility-helper-test-suite.cc.
Referenced by ns3::Ns2MobilityHelperTest::CheckInitialPositions(), and ns3::Ns2MobilityHelperTest::CourseChange().