OpenSDN source code
fsm::Delay Struct Reference
Inheritance diagram for fsm::Delay:
Collaboration diagram for fsm::Delay:

Public Types

typedef mpl::list< sc::custom_reaction< EvNsIn >, sc::custom_reaction< EvUnsolNaIn >, sc::custom_reaction< EvSolNaIn >, sc::custom_reaction< EvDelayTimerExpired >, sc::custom_reaction< EvTestStateChange > > reactions
 

Public Member Functions

 Delay (my_context ctx)
 
 ~Delay ()
 
sc::result react (const EvNsIn &event)
 
sc::result react (const EvUnsolNaIn &event)
 
sc::result react (const EvSolNaIn &event)
 
sc::result react (const EvDelayTimerExpired &event)
 
sc::result react (const EvTestStateChange &event)
 

Detailed Description

Definition at line 446 of file ndp_entry.cc.

Member Typedef Documentation

◆ reactions

typedef mpl::list< sc::custom_reaction<EvNsIn>, sc::custom_reaction<EvUnsolNaIn>, sc::custom_reaction<EvSolNaIn>, sc::custom_reaction<EvDelayTimerExpired>, sc::custom_reaction<EvTestStateChange> > fsm::Delay::reactions

Definition at line 453 of file ndp_entry.cc.

Constructor & Destructor Documentation

◆ Delay()

fsm::Delay::Delay ( my_context  ctx)
inlineexplicit

Definition at line 455 of file ndp_entry.cc.

Here is the call graph for this function:

◆ ~Delay()

fsm::Delay::~Delay ( )
inline

Definition at line 461 of file ndp_entry.cc.

Member Function Documentation

◆ react() [1/5]

sc::result fsm::Delay::react ( const EvDelayTimerExpired event)
inline

Definition at line 501 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [2/5]

sc::result fsm::Delay::react ( const EvNsIn event)
inline

Definition at line 465 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [3/5]

sc::result fsm::Delay::react ( const EvSolNaIn event)
inline

Definition at line 489 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [4/5]

sc::result fsm::Delay::react ( const EvTestStateChange event)
inline

Definition at line 510 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [5/5]

sc::result fsm::Delay::react ( const EvUnsolNaIn event)
inline

Definition at line 476 of file ndp_entry.cc.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: