trkwsTRANSFER
Section: Devices and Network Interfaces (4)
Updated: 2012-04-23 10:11
Index
Return to man pages list
NAME
trkwsTRANSFER - class to send commands to all LCUs currently involved
in tracking.
SYNOPSIS
#include "trkwsTRANSFER.h"
class trkwsTRANSFER : public evhDB_CMD_SEND
{
public:
trkwsTRANSFER(const dbSYMADDRESS dbPoint,
const dbSYMADDRESS destDbPoint = NULL);
~trkwsTRANSFER();
ccsCOMPL_STAT DestinationDbPoint(const dbSYMADDRESS dbPoint);
ccsCOMPL_STAT SendAll(msgMESSAGE &msg);
protected:
private:
};
PARENT CLASS
evhDB_COMMAND_SEND
DESCRIPTION
This class is a subclass of evhDB_COMMAND_SEND, but it uses the class
mswMOD_LIST_COMMAND (which is a sub-class of evhDB_LIST_COMMAND) to
send to a list of targets. The address of the list is given to the object
by call to its method DestinationDbPoint.
The object sends to a list of targets, but it doesn't take care of
replies, errors or time-outs. All this handling must be done by the
calling object itself!
PUBLIC METHODS
trkwsTRANSFER(const dbSYMADDRESS dbPoint,
const dbSYMADDRESS destDbPoint = NULL,
evhDB_COMMAND_TYPE type = mswMOD_LIST_COMMAND_CLASS);
Thre constructor receives as parameter the symbolic address of
online database support point for the object, i.e. the point
where the object can find configuration and run time values,
and the type of evhDB_COMMAND, normally of type mswMOD_LIST_COMMAND_CLASS
~trkwsTRANSFER();
ccsCOMPL_STAT DestinationDbPoint(const dbSYMADDRESS dbPoint);
This method is used to give the object the name of the database point
where the list of target addresses are.
ccsCOMPL_STAT SendAll(msgMESSAGE &msg);
This is the sending method, which is using the inherited Send() method
of its parent class.
ON LINE DATABASE
The following database branch structure is used to handle
an object of class trkwsTRANSFER:
CLASS evhDB_TASK trkwsTRANSFER
Index
- NAME
-
- SYNOPSIS
-
- PARENT CLASS
-
- DESCRIPTION
-
- PUBLIC METHODS
-
- ON LINE DATABASE
-
This document was created by
man2html,
using the manual pages.
Time: 10:11:26 GMT, April 23, 2012