WirelessSignal

WirelessSignal

packet

C++ definition

(no description)

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
Signal packet (no description)

Fields

Name Type Description
transmission ITransmission
arrival IArrival
listening IListening
reception IReception

Source code

packet WirelessSignal extends Signal
{
    @existingClass;
    @descriptor(readonly);
    const ITransmission *transmission;
    const IArrival *arrival;
    const IListening *listening;
    const IReception *reception;
}
File: src/inet/physicallayer/wireless/common/signal/WirelessSignal.msg