|
EMANE
1.2.1
|
The OTA Transmitter Control Message is by the emulator physical layer to specify the NEM Id of the source or sources transmitting the over-the-air message. The OTAManager needs to be aware of each transmitter that is part of a collaborative transmission in order to prevent delivery of the message to a transmitter. More...
#include <otatransmittercontrolmessage.h>
Public Types | |
| enum | { IDENTIFIER = EMANE_CONTROL_MEASSGE_OTA_TRANSMITTER } |
Public Member Functions | |
| OTATransmitterControlMessage * | clone () const override |
| ~OTATransmitterControlMessage () | |
| const OTATransmitters & | getOTATransmitters () const |
| std::string | serialize () const override |
| ControlMessageId | getId () const |
Static Public Member Functions | |
| static OTATransmitterControlMessage * | create (const Serialization &serialization) |
| static OTATransmitterControlMessage * | create (const OTATransmitters &transmitters) |
The OTA Transmitter Control Message is by the emulator physical layer to specify the NEM Id of the source or sources transmitting the over-the-air message. The OTAManager needs to be aware of each transmitter that is part of a collaborative transmission in order to prevent delivery of the message to a transmitter.
Definition at line 60 of file otatransmittercontrolmessage.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDENTIFIER | |
Definition at line 127 of file otatransmittercontrolmessage.h.
| EMANE::Controls::OTATransmitterControlMessage::~OTATransmitterControlMessage | ( | ) |
Destroys an instance
Definition at line 60 of file otatransmittercontrolmessage.cc.
|
overridevirtual |
Clones the control message on the heap
Implements EMANE::Cloneable< ControlMessage >.
Definition at line 127 of file otatransmittercontrolmessage.cc.
|
static |
Creates an OTATransmitterControlMessage instance from a serialization on the heap
| serialization | Message serialization |
| SerializationException | when a valid message cannot be de-serialized |
Definition at line 74 of file otatransmittercontrolmessage.cc.
|
static |
Creates an OTATransmitterControlMessage instance on the heap
| transmitters | Message Transmitters |
Definition at line 97 of file otatransmittercontrolmessage.cc.
|
inlineinherited |
Gets the control message id
Definition at line 64 of file controlmessage.h.
| const EMANE::Controls::OTATransmitters & EMANE::Controls::OTATransmitterControlMessage::getOTATransmitters | ( | ) | const |
Gets the OTA transmitters
Definition at line 68 of file otatransmittercontrolmessage.cc.
|
overridevirtual |
Serializes the instance
| SerializationException | if the instance cannot be serialized |
Reimplemented from EMANE::Serializable.
Definition at line 102 of file otatransmittercontrolmessage.cc.