SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces | Macros
control.h File Reference

Manage control interface. More...

#include <ucommon/linked.h>
#include <ucommon/thread.h>
#include <ucommon/shell.h>
#include <ucommon/string.h>
#include <sipwitch/namespace.h>
Include dependency graph for control.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  sipwitch::control
 Server control interfaces and functions. More...
 

Namespaces

 sipwitch
 Common namespace for sipwitch server.
 

Macros

#define DEBUG1   shell::DEBUG0
 
#define DEBUG2   (shell::loglevel_t(((unsigned)shell::DEBUG0 + 1)))
 
#define DEBUG3   (shell::loglevel_t(((unsigned)shell::DEBUG0 + 2)))
 

Detailed Description

Manage control interface.

This manages code for the server control interface. Access to the control interface is shared between the server and plugins.

Definition in file control.h.

Macro Definition Documentation

#define DEBUG1   shell::DEBUG0

Definition at line 49 of file control.h.

#define DEBUG2   (shell::loglevel_t(((unsigned)shell::DEBUG0 + 1)))

Definition at line 50 of file control.h.

#define DEBUG3   (shell::loglevel_t(((unsigned)shell::DEBUG0 + 2)))

Definition at line 51 of file control.h.