OverSim
LandmarkDataEntry Struct Reference

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

Detailed Description

Auxiliary struct that holds all data from a landmark that a node needs for its own coord computation.

Definition at line 40 of file Nps.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: