VoiceMan
Public Member Functions
VoicemanServer Class Reference

The central class of server point. More...

Inheritance diagram for VoicemanServer:
AbstractExecutorCallback

List of all members.

Public Member Functions

void run ()
 The main method to execute server.
 VoicemanServer (const Configuration &c)
 The default constructor.
virtual ~VoicemanServer ()
 The destructor.

Detailed Description

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.


Constructor & Destructor Documentation

VoicemanServer::VoicemanServer ( const Configuration c) [inline]
Parameters:
[in]cThe configuration of server to be used

Member Function Documentation

void VoicemanServer::run ( ) [inline]

This method receives control just after configuration loading, prepares of basic parts of server and performs execution of main loop.