trkwsSETUP_STD_COMMANDS

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

NAME

trkwsSETUP_STD_COMMANDS - Class to handle standard commands in the trkwsSETUP
                     process.

 

SYNOPSIS


#include "trkwsSETUP_STD_COMMANDS.h"

class trkwsSETUP_STD_COMMANDS : public evhSTD_COMMANDS
{
  public:
 trkwsSETUP_STD_COMMANDS(const dbSYMADDRESS  dbPoint,
                       const char *version);
}

 

PARENT CLASS


evhSTD_COMMANDS

 

DESCRIPTION


This class overload the default behaviour for some standard commands
implemented by the base class evhSTD_COMMANDS, in order to meet
the specific requirements of the prsAction process

 

PUBLIC DATA MEMBERS


trkwsSETUP_STD_COMMANDS(const dbSYMADDRESS  dbPoint,
                      const char *version);
  The constructor method initialise the commands and set the conversion
  table for state names.

 

ON LINE DATABASE


The class shares with trkwsSETUP_MAIN_TASK an instance of the trkwsSETUP class.
In order to work properly, it is enough to have as database image for
the class an instance of a sublclass of evhSTD_COMMANDS

 

CAUTIONS


All the standard commands get here the default implementation
Probably some of them should the overloaded to better meet specific
application requirements.



 

Index

NAME
SYNOPSIS
PARENT CLASS
DESCRIPTION
PUBLIC DATA MEMBERS
ON LINE DATABASE
CAUTIONS

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