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. | |
Public Attributes | |
| std::string | node |
| node ID as string, e.g. "1" | |
| Vector | pos |
| reference position | |
| Time | time |
| timestamp | |
| Vector | vel |
| reference velocity | |
Single record in mobility reference.
Definition at line 85 of file ns2-mobility-helper-test-suite.cc.