ALMA Computing Group

AMSSEQ::AmsTestSeq Interface Reference

Defines the interface for controlling and monitoring the antenna pointing model. More...

import "acsexmplAmsSeq.idl";

List of all members.

Public Member Functions

oneway void setCoeff ()
 Sets the coefficient of an individual pointing model term.

Public Attributes

readonly attribute ACS::ROdoubleSeq ROdoubleSeqPM
 This ROdoubleSeq contains all coefficients currently set.
readonly attribute ACS::RWdoubleSeq RWdoubleSeqPM
 This RWdoubleSeq contains all coefficients that client can set.


Detailed Description

Defines the interface for controlling and monitoring the antenna pointing model.

Application of the pointing model removes errors inherent to the antenna mechanical structure, i.e. geometrical misalignments, flexures, etc.

Definition at line 58 of file acsexmplAmsSeq.idl.


Member Function Documentation

oneway void AMSSEQ::AmsTestSeq::setCoeff  ) 
 

Sets the coefficient of an individual pointing model term.

As soon as this method is invoked by a client, control is returned because it's a "oneway" method. "oneway" methods are pure CORBA asynchronous methods that cannot raise exceptions.

Returns:
void *

*


Member Data Documentation

readonly attribute ACS::ROdoubleSeq AMSSEQ::AmsTestSeq::ROdoubleSeqPM
 

This ROdoubleSeq contains all coefficients currently set.

Definition at line 75 of file acsexmplAmsSeq.idl.

readonly attribute ACS::RWdoubleSeq AMSSEQ::AmsTestSeq::RWdoubleSeqPM
 

This RWdoubleSeq contains all coefficients that client can set.

Definition at line 80 of file acsexmplAmsSeq.idl.


The documentation for this interface was generated from the following file: