34 #ifndef EMANENEMLAYERSTATERUNNING_HEADER_ 35 #define EMANENEMLAYERSTATERUNNING_HEADER_ 191 #endif //EMANENEMLAYERSTATERUNNING_HEADER_
std::string Serialization
A Packet class that allows upstream processing to strip layer headers as the packet travels up the st...
void processDownstreamPacket(NEMStatefulLayer *pStatefulLayer, NEMLayer *pLayer, DownstreamPacket &pkt, const ControlMessages &msgs)
virtual void processConfiguration(NEMStatefulLayer *pStatefulLayer, NEMLayer *pLayer, const ConfigurationUpdate &update)
void processEvent(NEMStatefulLayer *pStatefulLayer, NEMLayer *pLayer, const EventId &id, const Serialization &serialization)
Ensure a class only has one instance, and provide a global point of access to it. ...
std::list< const ControlMessage * > ControlMessages
void handlePostStart(NEMStatefulLayer *pStatefulLayer, NEMLayer *pLayer)
Base class for NEMLayer containers. Builders construct NEMLayer objects to contain derived instances ...
void processUpstreamControl(NEMStatefulLayer *pStatefulLayer, NEMLayer *pLayer, const ControlMessages &msgs)
void handleStop(NEMStatefulLayer *pStatefulLayer, NEMLayer *pLayer)
Component start complete all transport processing and event actions are now allowed. Allowable transitions are Component::stop().
Specialized packet the allows downstream processing to add layer specific headers as the packet trave...
void processUpstreamPacket(NEMStatefulLayer *pStatefulLayer, NEMLayer *pLayer, UpstreamPacket &pkt, const ControlMessages &msgs)
void processTimedEvent(NEMStatefulLayer *pStatefulLayer, NEMLayer *pLayer, TimerEventId eventId, const TimePoint &expireTime, const TimePoint &scheduleTime, const TimePoint &fireTime, const void *arg)
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...
Clock::time_point TimePoint
void processDownstreamControl(NEMStatefulLayer *pStatefulLayer, NEMLayer *pLayer, const ControlMessages &msgs)