Edge

data class Edge(val from: NodeId, val to: NodeId, val snr: Float, val lastUpdated: Int = 0)(source)

Directed edge from a reporting node from to a neighbor to, carrying the reported signal quality (snr) and the NeighborInfo.lastUpdated value from the source report.

Constructors

Link copied to clipboard
constructor(from: NodeId, to: NodeId, snr: Float, lastUpdated: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val snr: Float
Link copied to clipboard
val to: NodeId