C++ definition: click here
(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
| BaseOverlayMessage (packet) |
Base class for all messages handled by overlay modules |
| Name | Type | Description |
|---|---|---|
| srcNode | TransportAddress | |
| hopCount | unsigned int | |
| statType | int |
message type for stats |
| seqNo | unsigned int | |
| command | int | |
| sendTime | double | |
| layer | short | |
| type | int |
message type |
| lastHop | TransportAddress |
message CbrAppMessage extends BaseOverlayMessage { int command enum(CbrAppCommand); TransportAddress srcNode; TransportAddress lastHop; double sendTime; unsigned int seqNo; unsigned int hopCount; short layer; }