OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fsm::Incomplete Struct Reference
Inheritance diagram for fsm::Incomplete:
Collaboration diagram for fsm::Incomplete:

Public Types

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

Public Member Functions

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

Detailed Description

Definition at line 202 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<EvRetransmitTimerExpired>, sc::custom_reaction<EvTestStateChange> > fsm::Incomplete::reactions

Definition at line 209 of file ndp_entry.cc.

Constructor & Destructor Documentation

fsm::Incomplete::Incomplete ( my_context  ctx)
inlineexplicit

Definition at line 211 of file ndp_entry.cc.

Here is the call graph for this function:

fsm::Incomplete::~Incomplete ( )
inline

Definition at line 217 of file ndp_entry.cc.

Member Function Documentation

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

Definition at line 221 of file ndp_entry.cc.

Here is the call graph for this function:

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

Definition at line 231 of file ndp_entry.cc.

Here is the call graph for this function:

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

Definition at line 240 of file ndp_entry.cc.

Here is the call graph for this function:

sc::result fsm::Incomplete::react ( const EvRetransmitTimerExpired event)
inline

Definition at line 249 of file ndp_entry.cc.

Here is the call graph for this function:

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

Definition at line 264 of file ndp_entry.cc.

Here is the call graph for this function:


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