34 #ifndef EMANENEMLAYERSTATEINITAILIZED_HEADER_    35 #define EMANENEMLAYERSTATEINITAILIZED_HEADER_    73 #endif //EMANENEMLAYERSTATEINITAILIZED_HEADER_ NEMLayerStateInitialized()
 
Component intialization complete. The only allowable transition if Component::configure() ...
 
Ensure a class only has one instance, and provide a global point of access to it. ...
 
Base class for NEMLayer containers. Builders construct NEMLayer objects to contain derived instances ...
 
~NEMLayerStateInitialized()
 
void handleConfigure(NEMStatefulLayer *pStatefulLayer, NEMLayer *pLayer, const ConfigurationUpdate &update)
 
Encapsulated behavior associated with an NEMLayer depending on the layer's current context...
 
std::vector< ConfigurationNameAnyValues > ConfigurationUpdate
 
A layer stack that enforces component state transition rules. The stateful layer is not a fully funct...