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

Public Types

typedef mpl::list< IdleCease
< EvStop >::reaction,
sc::custom_reaction< EvStart >
, sc::custom_reaction
< EvIdleHoldTimerExpired >
, sc::custom_reaction
< EvTcpPassiveOpen > > 
reactions
 

Public Member Functions

 Idle (my_context ctx)
 
 ~Idle ()
 
sc::result react (const EvStart &event)
 
sc::result react (const EvIdleHoldTimerExpired &event)
 
sc::result react (const EvTcpPassiveOpen &event)
 

Detailed Description

Definition at line 391 of file state_machine.cc.

Member Typedef Documentation

typedef mpl::list< IdleCease<EvStop>::reaction, sc::custom_reaction<EvStart>, sc::custom_reaction<EvIdleHoldTimerExpired>, sc::custom_reaction<EvTcpPassiveOpen> > fsm::Idle::reactions

Definition at line 397 of file state_machine.cc.

Constructor & Destructor Documentation

fsm::Idle::Idle ( my_context  ctx)
inlineexplicit

Definition at line 405 of file state_machine.cc.

Here is the call graph for this function:

fsm::Idle::~Idle ( )
inline

Definition at line 418 of file state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

sc::result fsm::Idle::react ( const EvStart event)
inline

Definition at line 424 of file state_machine.cc.

Here is the call graph for this function:

sc::result fsm::Idle::react ( const EvIdleHoldTimerExpired event)
inline

Definition at line 435 of file state_machine.cc.

sc::result fsm::Idle::react ( const EvTcpPassiveOpen event)
inline

Definition at line 440 of file state_machine.cc.

Here is the call graph for this function:


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