trkwsSETUP_MAIN_TASK
Section: Devices and Network Interfaces (4)
Updated: 2012-04-23 10:11
Index
Return to man pages list
NAME
trkwsSETUP_MAIN_TASK - Main class for the trkwsSetup process
SYNOPSIS
#include "trkwsSETUP_MAIN_TASK.h"
class trkwsSETUP_MAIN_TASK : public evhDB_TASK
{
};
PARENT CLASS
evhDB_TASK
DESCRIPTION
An instance of this class is the core of the trkwsSetup process and
is used to handle sending, checking and writing of setup files.
When it is created it registers the callbacks for the SETUP and
INIT commands.
Whenever one of these commands is received, the corresponding action is
issued.
ON LINE DATABASE
The following database branch in the tracking structure should pertain
to the instance of trkwsSETUP (the class is used to implement the root
database point for the whole trkwsSetup task):
CLASS evhSTD_COMMANDS trkwsSETUP
BEGIN //
..... TDB .... //
END //
This database point is shared with trkwsSETUP_STD_COMMANDS and contains
the subpoints for the companion objects. That is why it is derived
from evhSTD_COMMANDS and not from the simpler evhDB_TASK
It is also the root point for the database images of the companion points.
That is why they appear as attributes of the class.
CAUTIONS
Write a note about the assumption for the list of targets
SEE ALSO
evhDB_TASK(4)
Index
- NAME
-
- SYNOPSIS
-
- PARENT CLASS
-
- DESCRIPTION
-
- ON LINE DATABASE
-
- BEGIN //
-
- END //
-
- CAUTIONS
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 10:11:26 GMT, April 23, 2012