#include <sends_main.hh>
Public Member Functions | |
| sends_main (int argc, const char *argv[]) | |
| Constructor. | |
| ~sends_main (void) | |
| Destructor. | |
| void | configure (void) |
| configure. | |
| void | doit (void) |
| Main routine. | |
Process class of the SENDS server.
| sends::sends_main::sends_main | ( | int | argc, | |
| const char * | argv[] | |||
| ) |
Constructor.
Construct the server class. The constructor includes initialization and interconnection of the sends pipeline stages and their thread pools, and the initialization of the use, channel, frame and segment databases.
| argc | Number of command line arguments | |
| argv | Vector of command line argument pointers. |
| sends::sends_main::~sends_main | ( | void | ) |
Destructor.
Shut down server.
| void sends::sends_main::configure | ( | void | ) |
configure.
Read configuration file.
| void sends::sends_main::doit | ( | void | ) |
Main routine.
Server processing method.
1.5.5