|
OverSim
|
Auxiliary struct that holds all data from a landmark that a node needs for its own coord computation. More...
#include <Nps.h>
Public Attributes | |
| simtime_t | rtt |
| int8_t | layer |
| std::vector< double > | coordinates |
| const IPvXAddress * | ip |
Auxiliary struct that holds all data from a landmark that a node needs for its own coord computation.
| std::vector<double> LandmarkDataEntry::coordinates |
Definition at line 44 of file Nps.h.
Referenced by Nps::coordsReqRpcResponse(), and CoordCalcFunction::endnodeDistance().
| const IPvXAddress* LandmarkDataEntry::ip |
Definition at line 45 of file Nps.h.
Referenced by Nps::coordsReqRpcResponse().
| int8_t LandmarkDataEntry::layer |
Definition at line 43 of file Nps.h.
Referenced by Nps::coordsReqRpcResponse().
| simtime_t LandmarkDataEntry::rtt |
Definition at line 42 of file Nps.h.
Referenced by Nps::coordsReqRpcResponse().