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

Public Types

typedef mpl::list< IdleCease
< EvStop >::reaction,
sc::custom_reaction
< EvConnectTimerExpired >
, sc::custom_reaction
< EvOpenTimerExpired >
, sc::custom_reaction
< EvTcpPassiveOpen >
, sc::custom_reaction
< EvTcpClose >
, sc::custom_reaction
< EvBgpOpen >, TransitToIdle
< EvBgpNotification >
::reaction, IdleFsmError
< EvBgpKeepalive >::reaction,
IdleFsmError< EvBgpUpdate >
::reaction, IdleError
< EvBgpHeaderError,
BgpProto::Notification::MsgHdrErr >
::reaction, IdleError
< EvBgpOpenError,
BgpProto::Notification::OpenMsgErr >
::reaction, IdleError
< EvBgpUpdateError,
BgpProto::Notification::UpdateMsgErr >
::reaction > 
reactions
 

Public Member Functions

 Active (my_context ctx)
 
 ~Active ()
 
sc::result react (const EvConnectTimerExpired &event)
 
sc::result react (const EvOpenTimerExpired &event)
 
sc::result react (const EvTcpPassiveOpen &event)
 
sc::result react (const EvTcpClose &event)
 
sc::result react (const EvBgpOpen &event)
 

Detailed Description

Definition at line 453 of file state_machine.cc.

Member Typedef Documentation

Definition at line 470 of file state_machine.cc.

Constructor & Destructor Documentation

fsm::Active::Active ( my_context  ctx)
inlineexplicit

Definition at line 475 of file state_machine.cc.

Here is the call graph for this function:

fsm::Active::~Active ( )
inline

Definition at line 485 of file state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

sc::result fsm::Active::react ( const EvConnectTimerExpired event)
inline

Definition at line 491 of file state_machine.cc.

Here is the call graph for this function:

sc::result fsm::Active::react ( const EvOpenTimerExpired event)
inline

Definition at line 502 of file state_machine.cc.

Here is the call graph for this function:

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

Definition at line 517 of file state_machine.cc.

Here is the call graph for this function:

sc::result fsm::Active::react ( const EvTcpClose event)
inline

Definition at line 526 of file state_machine.cc.

Here is the call graph for this function:

sc::result fsm::Active::react ( const EvBgpOpen event)
inline

Definition at line 538 of file state_machine.cc.

Here is the call graph for this function:


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