prsAH_ADC

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

NAME

prsAH_ADC - prsAction program, class to comunicate with
             ADC module

 

SYNOPSIS


#include "prsAH_ADC.h"

class prsAH_ADC : public evhDB_CMD_SERIAL
{
  public:
    prsAH_ADC(const dbSYMADDRESS  dbPoint);
   ~prsAH_ADC();

   ccsCOMPL_STAT Preset(oslxSETUP &setup,
                         evhDB_SEND_ID *sendId=NULL,
                         evhDB_SEND_ID waitId=0);

}

 

PARENT CLASS


evhDB_CMD_SERIAL

 

DESCRIPTION


When it is created it registers the callbacks for the supported
commands and reads from the online database the configuration parameters.
Whenever one of these commands is received, the corresponding action is
issued.


 

PUBLIC METHODS


prsAH_ADC(const dbSYMADDRESS  dbPoint)
  The 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.

~prsAH_ADC()

ccsCOMPL_STAT Preset(oslxSETUP &setup,
                     evhDB_SEND_ID *sendId=NULL,
                     evhDB_SEND_ID waitId=0)
  This method is used to ask for the preset of the ADC, based on the
  given setup file.
  If the TEL.ADC.TYPE entry in the setup file is not NONE,
  a SETUP command is sent to the ADC using the Send() method
  inherited by the base class evhDB_CMD_SERIAL.

 

ON LINE DATABASE


The following database branch in the preset structure pertains
to the instance of prsAH_ADC:

         CLASS evhDB_CMD_SERIAL prsAH_ADC
         BEGIN                                      \\
         END                                        \\

 

CAUTIONS


The format for the sent commands if not fully defined

 

SEE ALSO


evhDB_TASK(4) evhDB_CMD_SERIAL(4)



 

Index

NAME
SYNOPSIS
PARENT CLASS
DESCRIPTION
PUBLIC METHODS
ON LINE DATABASE
CAUTIONS
SEE ALSO

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