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

Public Types

typedef mpl::list
< sc::custom_reaction
< EvTrafficSeen >
, sc::custom_reaction
< EvSeqChange >
, sc::custom_reaction
< EvWaitForTraffic >
, sc::custom_reaction
< EvActiveActiveMode >
, sc::custom_reaction
< EvControlNodeInSync > > 
reactions
 

Public Member Functions

 WaitForTraffic (my_context ctx)
 
sc::result react (const EvTrafficSeen &event)
 
sc::result react (const EvSeqChange &event)
 
sc::result react (const EvWaitForTraffic &event)
 
sc::result react (const EvActiveActiveMode &event)
 
sc::result react (const EvControlNodeInSync &event)
 

Detailed Description

Definition at line 88 of file path_preference.cc.

Member Typedef Documentation

typedef mpl::list< sc::custom_reaction<EvTrafficSeen>, sc::custom_reaction<EvSeqChange>, sc::custom_reaction<EvWaitForTraffic>, sc::custom_reaction<EvActiveActiveMode>, sc::custom_reaction<EvControlNodeInSync> > WaitForTraffic::reactions

Definition at line 95 of file path_preference.cc.

Constructor & Destructor Documentation

WaitForTraffic::WaitForTraffic ( my_context  ctx)
inline

Definition at line 97 of file path_preference.cc.

Here is the call graph for this function:

Member Function Documentation

sc::result WaitForTraffic::react ( const EvTrafficSeen event)
inline

Definition at line 108 of file path_preference.cc.

sc::result WaitForTraffic::react ( const EvSeqChange event)
inline

Definition at line 112 of file path_preference.cc.

Here is the call graph for this function:

sc::result WaitForTraffic::react ( const EvWaitForTraffic event)
inline

Definition at line 119 of file path_preference.cc.

sc::result WaitForTraffic::react ( const EvActiveActiveMode event)
inline

Definition at line 123 of file path_preference.cc.

sc::result WaitForTraffic::react ( const EvControlNodeInSync event)
inline

Definition at line 127 of file path_preference.cc.


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