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

#include <controller_timer.h>

Inheritance diagram for LlgrStaleTimer:
Collaboration diagram for LlgrStaleTimer:

Public Member Functions

 LlgrStaleTimer (Agent *agent)
 
virtual ~LlgrStaleTimer ()
 
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 llgr_stale_time_
 
- 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 168 of file controller_timer.h.

Constructor & Destructor Documentation

LlgrStaleTimer::LlgrStaleTimer ( Agent agent)

Definition at line 332 of file controller_timer.cc.

Here is the call graph for this function:

virtual LlgrStaleTimer::~LlgrStaleTimer ( )
inlinevirtual

Definition at line 170 of file controller_timer.h.

Member Function Documentation

uint32_t LlgrStaleTimer::GetTimerInterval ( ) const
virtual

Implements ControllerTimer.

Definition at line 357 of file controller_timer.cc.

void LlgrStaleTimer::GresEnabled ( bool  enable)

Definition at line 361 of file controller_timer.cc.

Here is the call graph for this function:

void LlgrStaleTimer::Reset ( )

Definition at line 351 of file controller_timer.cc.

Here is the call graph for this function:

void LlgrStaleTimer::Start ( AgentXmppChannel agent_xmpp_channel)
virtual

Reimplemented from ControllerTimer.

Definition at line 340 of file controller_timer.cc.

Here is the call graph for this function:

bool LlgrStaleTimer::TimerExpirationDone ( )
virtual

Reimplemented from ControllerTimer.

Definition at line 346 of file controller_timer.cc.

Here is the call graph for this function:

Member Data Documentation

AgentXmppChannel* LlgrStaleTimer::agent_xmpp_channel_

Definition at line 178 of file controller_timer.h.

uint64_t LlgrStaleTimer::llgr_stale_time_

Definition at line 179 of file controller_timer.h.


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