|
OPAL
Version 3.18.8
|
#include <console_mgr.h>


Public Types | |
| enum | InitResult { InitFailed, InitDisabled, InitSuccess } |
Public Member Functions | |
| virtual | ~OpalConsoleEndPoint () |
| virtual void | GetArgumentSpec (ostream &strm) const =0 |
| virtual bool | Initialise (PArgList &args, bool verbose, const PString &defaultRoute)=0 |
| void | SetEndpointDisabled (bool disabled) |
Protected Member Functions | |
| OpalConsoleEndPoint (OpalManagerConsole &console) | |
| void | AddRoutesFor (const OpalEndPoint *endpoint, const PString &defaultRoute) |
Protected Attributes | |
| OpalManagerConsole & | m_console |
| bool | m_endpointDisabled |
This class allows for each end point class, e.g. SIPEndPoint, to add it's set of parameters/commands to to the console application.
|
inlineprotected |
|
inlinevirtual |
|
protected |
|
pure virtual |
|
pure virtual |
|
inline |
References m_endpointDisabled.
|
protected |
|
protected |
Referenced by SetEndpointDisabled().