OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EndOfRibRxTimer Struct Reference

#include <controller_timer.h>

Inheritance diagram for EndOfRibRxTimer:
Collaboration diagram for EndOfRibRxTimer:

Public Member Functions

 EndOfRibRxTimer (Agent *agent)
 
virtual ~EndOfRibRxTimer ()
 
virtual void Start (AgentXmppChannel *agent_xmpp_channel)
 
virtual uint32_t GetTimerInterval () const
 
virtual bool TimerExpirationDone ()
 
void Reset ()
 
void GresEnabled (bool enable)
 
- Public Member Functions inherited from ControllerTimer
 ControllerTimer (Agent *agent, const std::string &timer_name, uint32_t timer_interval)
 
virtual ~ControllerTimer ()
 
virtual uint32_t timer_interval ()
 
virtual void set_timer_interval (uint32_t timer_interval)
 
bool Cancel ()
 
void Fire ()
 
bool TimerExpiredCallback ()
 
const std::string & timer_name () const
 
bool running () const
 

Public Attributes

AgentXmppChannelagent_xmpp_channel_
 
uint64_t end_of_rib_rx_time_
 
uint64_t end_of_rib_rx_fallback_time_
 
bool fallback_
 
- Public Attributes inherited from ControllerTimer
Agentagent_
 
Timercontroller_timer_
 
uint64_t last_restart_time_
 
std::string xmpp_server_
 
std::string timer_name_
 
uint32_t timer_interval_
 

Detailed Description

Definition at line 144 of file controller_timer.h.

Constructor & Destructor Documentation

EndOfRibRxTimer::EndOfRibRxTimer ( Agent agent)

Definition at line 287 of file controller_timer.cc.

Here is the call graph for this function:

virtual EndOfRibRxTimer::~EndOfRibRxTimer ( )
inlinevirtual

Definition at line 146 of file controller_timer.h.

Member Function Documentation

uint32_t EndOfRibRxTimer::GetTimerInterval ( ) const
virtual

Implements ControllerTimer.

Definition at line 315 of file controller_timer.cc.

void EndOfRibRxTimer::GresEnabled ( bool  enable)

Definition at line 319 of file controller_timer.cc.

Here is the call graph for this function:

void EndOfRibRxTimer::Reset ( )

Definition at line 307 of file controller_timer.cc.

Here is the call graph for this function:

void EndOfRibRxTimer::Start ( AgentXmppChannel agent_xmpp_channel)
virtual

Reimplemented from ControllerTimer.

Definition at line 295 of file controller_timer.cc.

Here is the call graph for this function:

bool EndOfRibRxTimer::TimerExpirationDone ( )
virtual

Reimplemented from ControllerTimer.

Definition at line 300 of file controller_timer.cc.

Here is the call graph for this function:

Member Data Documentation

AgentXmppChannel* EndOfRibRxTimer::agent_xmpp_channel_

Definition at line 154 of file controller_timer.h.

uint64_t EndOfRibRxTimer::end_of_rib_rx_fallback_time_

Definition at line 156 of file controller_timer.h.

uint64_t EndOfRibRxTimer::end_of_rib_rx_time_

Definition at line 155 of file controller_timer.h.

bool EndOfRibRxTimer::fallback_

Definition at line 157 of file controller_timer.h.


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