trkwsREM_TRK_TIME

Section: Devices and Network Interfaces (4)
Updated: 2012-04-23 10:11
Index Return to man pages list
 

NAME

trkwsREM_TRK_TIME - class to retrieve rem trk time from all LCUs
                      currently involved in tracking.

 

SYNOPSIS


#include "trkwsREM_TRK_TIME.h"


class trkwsREM_TRK_TIME : public evhDB_CMD_SEND
{
  public:
    trkwsREM_TRK_TIME(const dbSYMADDRESS dbPoint,
            const dbSYMADDRESS destDbPoint = NULL);
    ~trkwsREM_TRK_TIME();

    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 trkwsTRANSFER, but it has a specific callback
 to reply to the sender.

 

PUBLIC METHODS


trkwsREM_TRK_TIME(const dbSYMADDRESS dbPoint,
            const dbSYMADDRESS destDbPoint = NULL);

  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.

~trkwsREM_TRK_TIME();

evhCB_COMPL_STAT  trkwsREM_TRK_TIME::CompletedCB(msgMESSAGE &msg, void *);

 This method is used to return the reply of the process that the message
 went to also to the original caller.

 

ON LINE DATABASE


The following database branch structure is used to handle
an object of class trkwsREM_TRK_TIME:

  CLASS evhDB_TASK    trkwsREM_TRK_TIME


 

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