AlertPacket

Namespace simu5g

AlertPacket

class

Packet used by the AlertSender and AlertReceiver modules.

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
sno unsigned int
payloadTimestamp simtime_t

Source code

//
// Packet used by the ~AlertSender and ~AlertReceiver modules.
//
class AlertPacket extends inet::FieldsChunk
{
    unsigned int sno;
    simtime_t payloadTimestamp;
}
File: src/apps/alert/AlertPacket.msg