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

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

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

Detailed Description

Definition at line 132 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> > TrafficSeen::reactions

Definition at line 139 of file path_preference.cc.

Constructor & Destructor Documentation

TrafficSeen::TrafficSeen ( my_context  ctx)
inline

Definition at line 141 of file path_preference.cc.

Here is the call graph for this function:

Member Function Documentation

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

Definition at line 160 of file path_preference.cc.

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

Definition at line 164 of file path_preference.cc.

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

Definition at line 168 of file path_preference.cc.

Here is the call graph for this function:

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

Definition at line 187 of file path_preference.cc.

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

Definition at line 191 of file path_preference.cc.

Here is the call graph for this function:


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