VoiceMan
|
The central class of server point. More...
Public Member Functions | |
void | run () |
The main method to execute server. More... | |
VoicemanServer (const Configuration &c) | |
The default constructor. More... | |
virtual | ~VoicemanServer () |
The destructor. | |
This class receives execution just after basic initialization of application is done. It controls communication between all basic parts of server such as executor, client data handling, signal processing, etc.
|
inline |
[in] | c | The configuration of server to be used |
|
inline |
This method receives control just after configuration loading, prepares of basic parts of server and performs execution of main loop.