EMANE
1.2.1
|
The RunningStateMutable interface is used to allow dynamic running-state configuration changes. Configuration is placed on the NEMQueuedLayer functor queue for processing. More...
#include <runningstatemutable.h>
Public Member Functions | |
virtual | ~RunningStateMutable () |
virtual void | processConfiguration (const ConfigurationUpdate &update) |
Protected Member Functions | |
RunningStateMutable ()=default | |
The RunningStateMutable interface is used to allow dynamic running-state configuration changes. Configuration is placed on the NEMQueuedLayer functor queue for processing.
Definition at line 47 of file runningstatemutable.h.
|
inlinevirtual |
Destroys an instance
Definition at line 53 of file runningstatemutable.h.
|
protecteddefault |
|
inlinevirtual |
Process dynamic running-state configuration updates
update | Configuration update |
Reimplemented in EMANE::Models::IEEE80211ABG::MACLayer, EMANE::Models::RFPipe::MACLayer, EMANE::Models::TDMA::BaseModel::Implementation, EMANE::Models::TDMA::BaseModel, EMANE::NEMStatefulLayer, EMANE::NEMQueuedLayer, and EMANE::FrameworkPHY.
Definition at line 63 of file runningstatemutable.h.