33 #ifndef EMANECONTROLSFREQUENCYCONTROLMESSAGE_HEDAER_ 34 #define EMANECONTROLSFREQUENCYCONTROLMESSAGE_HEDAER_ 114 class Implementation;
115 std::unique_ptr<Implementation> pImpl_;
128 #endif // EMANECONTROLSFREQUENCYCONTROLMESSAGE_HEDAER_
#define EMANE_CONTROL_MEASSGE_FREQUENCY
~FrequencyControlMessage()
static FrequencyControlMessage * create(std::uint64_t u64BandwidthHz, const FrequencySegments &frequencySegments)
std::uint64_t getBandwidthHz() const
The Frequency Control Message is sent to the emulator physical layer to specify the frequency segment...
const FrequencySegments & getFrequencySegments() const
ControlMessage interface is the base for all control messages.
FrequencyControlMessage * clone() const override
std::list< FrequencySegment > FrequencySegments