Public Member Functions | Public Attributes

ACSCOURSE_MOUNT::Mount3 Interface Reference

import "acscourseMount.idl";

Inheritance diagram for ACSCOURSE_MOUNT::Mount3:
Inheritance graph
[legend]
Collaboration diagram for ACSCOURSE_MOUNT::Mount3:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void objfix (in double az, in double elev) raises (ACSErrTypeACSCourse::TargetOutOfRangeEx)
void objfix (in double az, in double elev) raises (ACSErrTypeACSCourse::TargetOutOfRangeEx)

Public Attributes

readonly attribute ACS::ROdouble cmdAz
readonly attribute ACS::ROdouble cmdEl
readonly attribute ACS::ROdouble actAz
readonly attribute ACS::ROdouble actEl

Detailed Description

Here we have a "complete" interface, including exceptions This time all properties are read only, because we set the values of azimuth and elevation via commands.


Member Function Documentation

void ACSCOURSE_MOUNT::Mount3::objfix ( in double  az,
in double  elev 
) raises (ACSErrTypeACSCourse::TargetOutOfRangeEx)

(Pre)sets a new non-moving position for the antenna. The position coordinates are given in azimuth and elevation. A callback is used to inform the caller when the antenna reaches the new position. If a new position is given before the previous one is reached then the previous callback immediately receives "aborted".

Parameters:
az position azimuth (degree)
elev position elevation (degree)

void ACSCOURSE_MOUNT::Mount3::objfix ( in double  az,
in double  elev 
) raises (ACSErrTypeACSCourse::TargetOutOfRangeEx)

(Pre)sets a new non-moving position for the antenna. The position coordinates are given in azimuth and elevation. A callback is used to inform the caller when the antenna reaches the new position. If a new position is given before the previous one is reached then the previous callback immediately receives "aborted".

Parameters:
az position azimuth (degree)
elev position elevation (degree)


Member Data Documentation

Current actual azimuth (degree).

Current actual elevation (degree).

Current commanded azimuth (degree).

Current commanded elevation (degree).


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