|
OPAL
Version 3.14.3
|
#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 |
Protected Member Functions | |
| OpalConsoleEndPoint (OpalConsoleManager &console) | |
| void | AddRoutesFor (const OpalEndPoint *endpoint, const PString &defaultRoute) |
Protected Attributes | |
| OpalConsoleManager & | m_console |
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 |
|
protected |