GpsrBeacon
classThe GPSR beacon packet is sent periodically by all GPSR routers to notify the neighbors about the router's address and position.
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
address | L3Address | |
position | Coord | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // The GPSR beacon packet is sent periodically by all GPSR routers to notify // the neighbors about the router's address and position. // class GpsrBeacon extends FieldsChunk { L3Address address; Coord position; }File: src/inet/routing/gpsr/Gpsr.msg