OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

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

Definition at line 290 of file ndp_entry.cc.

Here is the call graph for this function:

fsm::Reachable::~Reachable ( )
inline

Definition at line 296 of file ndp_entry.cc.

Member Function Documentation

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:

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:

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:

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

Definition at line 340 of file ndp_entry.cc.

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:


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