Public Member Functions | Public Attributes

ACSCOURSE_MOUNT::Mount2 Interface Reference

import "acscourseMount.idl";

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

List of all members.

Public Member Functions

void objfix (in double az, in double elev)
void objfix (in double az, in double elev)

Public Attributes

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

Detailed Description

This adds properties to the Mount1 example. With properties we can now have monitors, alarms and many additional features. We need now to inherit from the more complex ACS::CharacteristicComponent interface For this example we have 2 read only and to read/write properties.


Member Function Documentation

void ACSCOURSE_MOUNT::Mount2::objfix ( in double  az,
in double  elev 
)

(Pre)sets a new non-moving position for the antenna. The position coordinates are given in azimuth and elevation.

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

void ACSCOURSE_MOUNT::Mount2::objfix ( in double  az,
in double  elev 
)

(Pre)sets a new non-moving position for the antenna. The position coordinates are given in azimuth and elevation.

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: