European
Southern
Observatory

ESO — Reaching New Heights in Astronomy

Countries taking part in the ESO

VLT Software Documentation

mswADROT Class Reference

See man page mswADROT(4)
More...

#include <mswADROT.h>

List of all members.

Public Member Functions

 mswADROT (const dbSYMADDRESS dbPoint)
virtual ~mswADROT ()
ccsCOMPL_STAT RotTrk (mswADROT_MODE mode, evhDB_SEND_ID *sendId=NULL, evhDB_SEND_ID waitId=0)

Detailed Description

See man page mswADROT(4)
Manpage of mswADROT

mswADROT

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

NAME

mswADROT - class to communicate with the ADROT module

 

SYNOPSIS


#include "mswADROT.h"

enum {mswADROT_MODE_Normal, mswADROT_MODE_None, mswADROT_MODE_AltAz} mswADROT_MODE;

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

    ccsCOMPL_STAT RotTrk       (mswADROT_MODE mode,
                                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


mswADROT(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.

virtual ~mswADROT()

    ccsCOMPL_STAT Rottrk       (mswADROT_MODE mode,
                                evhDB_SEND_ID *sendId=NULL,
                                evhDB_SEND_ID  waitId=0);
  This method requests the adapter module to set the rottrk mode
  to the requested position.

 

ON LINE DATABASE


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

         CLASS evhDB_CMD_SERIAL mswADROT
         BEGIN                            \\
         END                              \\

 

SEE ALSO


evhDB_TASK(4), evhDB_CMD_SERIAL(4)



 

Index

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

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

Definition at line 27 of file mswADROT.h.


Constructor & Destructor Documentation

mswADROT::mswADROT ( const dbSYMADDRESS  dbPoint  ) 
mswADROT::~mswADROT (  )  [virtual]

Definition at line 142 of file mswADROT.C.


Member Function Documentation

ccsCOMPL_STAT mswADROT::RotTrk ( mswADROT_MODE  mode,
evhDB_SEND_ID *  sendId = NULL,
evhDB_SEND_ID  waitId = 0 
)

The documentation for this class was generated from the following files:
Generated on Mon Apr 23 10:12:33 2012 for INTROOT API by doxygen 1.6.3