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

Public Types

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

Public Member Functions

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

Detailed Description

Definition at line 363 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<EvPktOut>, sc::custom_reaction<EvTestStateChange> > fsm::Stale::reactions

Definition at line 370 of file ndp_entry.cc.

Constructor & Destructor Documentation

fsm::Stale::Stale ( my_context  ctx)
inlineexplicit

Definition at line 374 of file ndp_entry.cc.

Here is the call graph for this function:

fsm::Stale::~Stale ( )
inline

Definition at line 381 of file ndp_entry.cc.

Member Function Documentation

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

Definition at line 385 of file ndp_entry.cc.

Here is the call graph for this function:

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

Definition at line 394 of file ndp_entry.cc.

Here is the call graph for this function:

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

Definition at line 407 of file ndp_entry.cc.

Here is the call graph for this function:

sc::result fsm::Stale::react ( const EvPktOut event)
inline

Definition at line 419 of file ndp_entry.cc.

Here is the call graph for this function:

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

Definition at line 425 of file ndp_entry.cc.

Here is the call graph for this function:


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