#include <CoordinateSystem.h>
Public Attributes | |
| std::vector< double > | coordinates |
| double | coordErr |
| int8_t | npsLayer |
Definition at line 26 of file CoordinateSystem.h.
| double NodeCoordsInfo::coordErr |
Definition at line 28 of file CoordinateSystem.h.
Referenced by Vivaldi::getCoordinateBasedProx(), NeighborCache::insertNodeContext(), operator<<(), NeighborCache::setNodeCoordsInfo(), NeighborCache::setNodeLayer(), NeighborCache::setNodeTimeout(), and NeighborCache::updateNode().
| std::vector<double> NodeCoordsInfo::coordinates |
Definition at line 27 of file CoordinateSystem.h.
Referenced by Vivaldi::getCoordinateBasedProx(), Nps::getCoordinateBasedProx(), operator<<(), and NeighborCache::updateNode().
| int8_t NodeCoordsInfo::npsLayer |
Definition at line 29 of file CoordinateSystem.h.
Referenced by NeighborCache::insertNodeContext(), operator<<(), NeighborCache::setNodeLayer(), NeighborCache::setNodeTimeout(), and NeighborCache::updateNode().
1.5.8