SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes
sipwitch::stack::background Class Reference
Inheritance diagram for sipwitch::stack::background:
Inheritance graph
[legend]
Collaboration diagram for sipwitch::stack::background:
Collaboration graph
[legend]

Static Public Member Functions

static void create (timeout_t interval)
 
static void cancel (void)
 
static void notify (void)
 

Static Public Attributes

static backgroundthread = NULL
 

Private Member Functions

 background (timeout_t sync)
 
void run (void)
 

Private Attributes

bool cancelled
 
bool signalled
 
timeout_t interval
 
Timer expires
 

Detailed Description

Definition at line 228 of file server.h.

Constructor & Destructor Documentation

sipwitch::stack::background::background ( timeout_t  sync)
private

Definition at line 195 of file stack.cpp.

Member Function Documentation

void sipwitch::stack::background::cancel ( void  )
static

Definition at line 208 of file stack.cpp.

void sipwitch::stack::background::create ( timeout_t  interval)
static

Definition at line 202 of file stack.cpp.

void sipwitch::stack::background::notify ( void  )
static

Definition at line 216 of file stack.cpp.

void sipwitch::stack::background::run ( void  )
private

Definition at line 224 of file stack.cpp.

Field Documentation

bool sipwitch::stack::background::cancelled
private

Definition at line 239 of file server.h.

Timer sipwitch::stack::background::expires
private

Definition at line 242 of file server.h.

timeout_t sipwitch::stack::background::interval
private

Definition at line 241 of file server.h.

bool sipwitch::stack::background::signalled
private

Definition at line 240 of file server.h.

stack::background * sipwitch::stack::background::thread = NULL
static

Definition at line 234 of file server.h.


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