ALMA Computing Group

__obstar_action Struct Reference

This structure and also __objfix_action are used in conjunction with the ActionImplementor class. More...

List of all members.

Public Attributes

double ra
double dec
double pmRa
double pmDec
double radVel
double par
MOUNT_ACS::Mount::coordType type


Detailed Description

This structure and also __objfix_action are used in conjunction with the ActionImplementor class.

ActionImplementor uses a BACIValue (basically a void pointer) parameter for the given parameters to any asynchronous method. This struct will be typecast to a BACIValue so that it can be used with invokeAction(...).

Definition at line 57 of file acsexmplMountImpl.cpp.


Member Data Documentation

double __obstar_action::dec
 

Definition at line 52 of file acsexmplSlowMountImpl.cpp.

Referenced by SlowMount::obstar(), Mount::obstar(), SlowMount::obstarAction(), and Mount::obstarAction().

double __obstar_action::par
 

Definition at line 56 of file acsexmplSlowMountImpl.cpp.

Referenced by SlowMount::obstar(), and Mount::obstar().

double __obstar_action::pmDec
 

Definition at line 54 of file acsexmplSlowMountImpl.cpp.

Referenced by SlowMount::obstar(), and Mount::obstar().

double __obstar_action::pmRa
 

Definition at line 53 of file acsexmplSlowMountImpl.cpp.

Referenced by SlowMount::obstar(), and Mount::obstar().

double __obstar_action::ra
 

Definition at line 51 of file acsexmplSlowMountImpl.cpp.

Referenced by SlowMount::obstar(), Mount::obstar(), SlowMount::obstarAction(), and Mount::obstarAction().

double __obstar_action::radVel
 

Definition at line 55 of file acsexmplSlowMountImpl.cpp.

Referenced by SlowMount::obstar(), and Mount::obstar().

MOUNT_ACS::Mount::coordType __obstar_action::type
 

Definition at line 57 of file acsexmplSlowMountImpl.cpp.

Referenced by SlowMount::obstar(), and Mount::obstar().


The documentation for this struct was generated from the following files: