OpenSDN source code
|
#include <controller_timer.h>
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) |
![]() | |
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 | |
AgentXmppChannel * | agent_xmpp_channel_ |
uint64_t | end_of_rib_rx_time_ |
uint64_t | end_of_rib_rx_fallback_time_ |
bool | fallback_ |
![]() | |
Agent * | agent_ |
Timer * | controller_timer_ |
uint64_t | last_restart_time_ |
std::string | xmpp_server_ |
std::string | timer_name_ |
uint32_t | timer_interval_ |
Definition at line 144 of file controller_timer.h.
EndOfRibRxTimer::EndOfRibRxTimer | ( | Agent * | agent | ) |
|
inlinevirtual |
Definition at line 146 of file controller_timer.h.
|
virtual |
Implements ControllerTimer.
Definition at line 315 of file controller_timer.cc.
void EndOfRibRxTimer::GresEnabled | ( | bool | enable | ) |
void EndOfRibRxTimer::Reset | ( | ) |
|
virtual |
Reimplemented from ControllerTimer.
Definition at line 295 of file controller_timer.cc.
|
virtual |
Reimplemented from ControllerTimer.
Definition at line 300 of file controller_timer.cc.
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.