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

Public Types

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

Public Member Functions

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

Detailed Description

Definition at line 281 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<EvReachableTimerExpired>, sc::custom_reaction<EvTestStateChange> > fsm::Reachable::reactions

Definition at line 288 of file ndp_entry.cc.

Constructor & Destructor Documentation

◆ Reachable()

fsm::Reachable::Reachable ( my_context  ctx)
inlineexplicit

Definition at line 290 of file ndp_entry.cc.

Here is the call graph for this function:

◆ ~Reachable()

fsm::Reachable::~Reachable ( )
inline

Definition at line 296 of file ndp_entry.cc.

Member Function Documentation

◆ react() [1/5]

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

Definition at line 300 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [2/5]

sc::result fsm::Reachable::react ( const EvReachableTimerExpired event)
inline

Definition at line 340 of file ndp_entry.cc.

◆ react() [3/5]

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

Definition at line 325 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [4/5]

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

Definition at line 344 of file ndp_entry.cc.

Here is the call graph for this function:

◆ react() [5/5]

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

Definition at line 311 of file ndp_entry.cc.

Here is the call graph for this function:

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