Packet GPSRBeacon

File: src/inet/routing/gpsr/GPSR.msg

C++ definition

The 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.

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.
//
packet GPSRBeacon
{
    L3Address address;
    Coord position;
}