Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

agwsCON_SETUP Class Reference

#include <agwsCON_SETUP.h>

Inheritance diagram for agwsCON_SETUP:

Inheritance graph
[legend]
Collaboration diagram for agwsCON_SETUP:

Collaboration graph
[legend]
List of all members.

Public Methods

 agwsCON_SETUP (const dbSYMADDRESS dbPoint, agwsCON_CAT &gsCat)
virtual ~agwsCON_SETUP ()
virtual ccsCOMPL_STAT Init ()
virtual evhCB_COMPL_STAT SetupCB (msgMESSAGE &msg, void *)
virtual ccsCOMPL_STAT HandleSetupCmd (const char *setupBuf)
virtual ccsCOMPL_STAT GetBox (agwsAG_BOX *box)
virtual ccsCOMPL_STAT SetBox (agwsAG_BOX &box)
virtual ccsCOMPL_STAT GetDefaultRefXY (agwsAG_XY *refxy)
virtual ccsCOMPL_STAT GetWin (agwsAG_WIN *win)
virtual ccsCOMPL_STAT SetWin (agwsAG_WIN &win)
virtual ccsCOMPL_STAT GetIntTime (vltDOUBLE *val)
virtual ccsCOMPL_STAT SetIntTime (vltDOUBLE val)
virtual ccsCOMPL_STAT GetNREP (vltINT32 *val)
virtual ccsCOMPL_STAT SetNREP (vltINT32 val)
virtual ccsCOMPL_STAT GetIPFUNC (char *val)
virtual ccsCOMPL_STAT SetIPFUNC (char *val)
virtual ccsCOMPL_STAT GetCENTROID (char *val)
virtual ccsCOMPL_STAT SetCENTROID (char *val)
virtual ccsCOMPL_STAT SetUfMode (agwsUFMODE mode)
virtual ccsCOMPL_STAT Save ()
virtual ccsCOMPL_STAT Reload ()
virtual oslxSETUP & SetupFile ()

Protected Methods

virtual ccsCOMPL_STAT CheckBox (agwsAG_BOX *box)
virtual ccsCOMPL_STAT CheckWin (agwsAG_WIN *win)
virtual ccsCOMPL_STAT LoadDefaultRefXY (agwsAG_XY *refxy)
virtual ccsCOMPL_STAT ProcessSearchSetup ()
virtual ccsCOMPL_STAT ProcessCatSetup ()
virtual ccsCOMPL_STAT ProcessProbeSetup ()
virtual ccsCOMPL_STAT ProcessTargetSetup ()
virtual ccsCOMPL_STAT ProcessTccdSetup ()
virtual ccsCOMPL_STAT CheckSetup (char **report, vltUINT16 *numErrors)

Protected Attributes

agwsCON_CATgsCatalogue
oslxSETUP setupFile
oslxDICTIONARY dictionary
slxFILENAME tccdFilename
agwsAG_XY defRefxy

Constructor & Destructor Documentation

agwsCON_SETUP::agwsCON_SETUP const dbSYMADDRESS    dbPoint,
agwsCON_CAT   gsCat
 

virtual agwsCON_SETUP::~agwsCON_SETUP   [virtual]
 


Member Function Documentation

virtual ccsCOMPL_STAT agwsCON_SETUP::Init   [virtual]
 

Reimplemented in atagwsCON_SETUP.

virtual evhCB_COMPL_STAT agwsCON_SETUP::SetupCB msgMESSAGE &    msg,
void *    udata
[virtual]
 

Reimplemented in atagwsCON_SETUP.

virtual ccsCOMPL_STAT agwsCON_SETUP::HandleSetupCmd const char *    setupBuf [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::GetBox agwsAG_BOX   box [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::SetBox agwsAG_BOX   box [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::GetDefaultRefXY agwsAG_XY   refxy [virtual]
 

Reimplemented in atagwsCON_SETUP.

virtual ccsCOMPL_STAT agwsCON_SETUP::GetWin agwsAG_WIN   win [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::SetWin agwsAG_WIN   win [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::GetIntTime vltDOUBLE *    val [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::SetIntTime vltDOUBLE    val [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::GetNREP vltINT32 *    val [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::SetNREP vltINT32    val [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::GetIPFUNC char *    val [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::SetIPFUNC char *    val [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::GetCENTROID char *    val [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::SetCENTROID char *    val [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::SetUfMode agwsUFMODE    mode [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::Save   [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::Reload   [virtual]
 

virtual oslxSETUP& agwsCON_SETUP::SetupFile   [virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::CheckBox agwsAG_BOX   box [protected, virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::CheckWin agwsAG_WIN   win [protected, virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::LoadDefaultRefXY agwsAG_XY   refxy [protected, virtual]
 

virtual ccsCOMPL_STAT agwsCON_SETUP::ProcessSearchSetup   [protected, virtual]
 

Reimplemented in atagwsCON_SETUP.

virtual ccsCOMPL_STAT agwsCON_SETUP::ProcessCatSetup   [protected, virtual]
 

Reimplemented in atagwsCON_SETUP.

virtual ccsCOMPL_STAT agwsCON_SETUP::ProcessProbeSetup   [protected, virtual]
 

Reimplemented in atagwsCON_SETUP.

virtual ccsCOMPL_STAT agwsCON_SETUP::ProcessTargetSetup   [protected, virtual]
 

Reimplemented in atagwsCON_SETUP.

virtual ccsCOMPL_STAT agwsCON_SETUP::ProcessTccdSetup   [protected, virtual]
 

Reimplemented in atagwsCON_SETUP.

virtual ccsCOMPL_STAT agwsCON_SETUP::CheckSetup char **    report,
vltUINT16 *    numErrors
[protected, virtual]
 


Member Data Documentation

agwsCON_CAT& agwsCON_SETUP::gsCatalogue [protected]
 

oslxSETUP agwsCON_SETUP::setupFile [protected]
 

oslxDICTIONARY agwsCON_SETUP::dictionary [protected]
 

slxFILENAME agwsCON_SETUP::tccdFilename [protected]
 

agwsAG_XY agwsCON_SETUP::defRefxy [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Dec 3 14:57:16 2003 for ATCS API by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001