GpsrBeacon
Namespace inet
GpsrBeacon
classThe GPSR beacon packet is sent periodically by all GPSR routers to notify the neighbors about the router's address and position.
Extends
| Name | Type | Description |
|---|---|---|
| FieldsChunk | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| address | L3Address | |
| position | Coord |
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