ALMA Computing Group

acscourse IDL Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
ACSCOURSE_MOUNT::Mount1This is a simple Hello World Mount, with a very basic interface Just one command to move the mount to a given (alt,az)
ACSCOURSE_MOUNT::Mount2This adds properties to the Mount1 example
ACSCOURSE_MOUNT::Mount3Here 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
ACSCOURSE_MOUNT::Mount4Defines the interface for controlling and monitoring the antenna position
ACSCOURSE_MOUNT::Mount5Nearly identical to Mount1 except for the fact that this example publishes/consumes events from an event channel and that exception handling has been ommitted
ACSCOURSE_MOUNT::Mount6Demonstrates the use of XML data as IDL parameters
ACSCOURSE_MOUNT::MountEventDataThis IDL structure defines an "event" type that will sent across the network to any consumers subscribed to it