OpenSDN source code
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

◆ reactions

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::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

◆ react() [1/5]

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

Definition at line 187 of file path_preference.cc.

◆ react() [2/5]

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:

◆ react() [3/5]

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:

◆ react() [4/5]

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

Definition at line 160 of file path_preference.cc.

◆ react() [5/5]

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

Definition at line 164 of file path_preference.cc.


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