File: Common/CommonMessages.msg
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseOverlayMessage | Base class for all messages handled by overlay modules |
Name | Type | Description |
---|---|---|
destKey | OverlayKey | destination key |
srcNode | NodeHandle | source node |
hopCount | int | hop count, increased by BaseOverlay |
hopStamp | simtime_t | timestamp of processing at last hop and ... |
hopDelay | simtime_t[] | vector of single-hop latency (for stats) |
message BaseRouteMessage extends BaseOverlayMessage { fields: OverlayKey destKey; // destination key NodeHandle srcNode; // source node int hopCount = 0; // hop count, increased by BaseOverlay simtime_t hopStamp; // timestamp of processing at last hop and ... simtime_t hopDelay[]; // vector of single-hop latency (for stats) };