tcsSTD_COMMANDS

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

NAME

tcsSTD_COMMANDS - Class to handle standard commands in the
                        trkwsControl process.

 

SYNOPSIS


 #include "tcsSTD_COMMANDS.h"


 class tcsSTD_COMMANDS : public evhSTD_COMMANDS
 {
   public:
     tcsSTD_COMMANDS(const dbSYMADDRESS  dbPoint);
     ~tcsSTD_COMMANDS();

     virtual evhCB_COMPL_STAT  FitslogCB(msgMESSAGE &msg, void *udata);
 };

 

PARENT CLASS


       evhSTD_COMMANDS

 

DESCRIPTION


This class

 

PUBLIC METHODS


tcsSTD_COMMANDS(const dbSYMADDRESS  dbPoint)

evhCB_COMPL_STAT  FitslogCB(msgMESSAGE &msg, void *udata);


 

CAUTIONS


Some of the standard commands are implemented in a trivial way:
to make more safe the application should be improved.



 

Index

NAME
SYNOPSIS
PARENT CLASS
DESCRIPTION
PUBLIC METHODS
CAUTIONS

This document was created by man2html, using the manual pages.
Time: 10:08:47 GMT, April 23, 2012