ALMA Computing Group

ACSCOURSE_MOUNT Namespace Reference


Classes

interface  Mount1
 This is a simple Hello World Mount, with a very basic interface Just one command to move the mount to a given (alt,az). More...
interface  Mount2
 This adds properties to the Mount1 example. More...
interface  Mount3
 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. More...
interface  Mount4
 Defines the interface for controlling and monitoring the antenna position. More...
interface  Mount5
 Nearly identical to Mount1 except for the fact that this example publishes/consumes events from an event channel and that exception handling has been ommitted. More...
struct  MountEventData
 This IDL structure defines an "event" type that will sent across the network to any consumers subscribed to it. More...
interface  Mount6
 Demonstrates the use of XML data as IDL parameters. More...

Variables

const string MOUNT_CHANNEL = "mountchannel"
 The name of the event channel our interface implementation will send events to.


Variable Documentation

const string ACSCOURSE_MOUNT::MOUNT_CHANNEL = "mountchannel"

The name of the event channel our interface implementation will send events to.

It is specified in the IDL instead of the implementation language to make it harder for the developers of Consumer applications to confuse names (i.e., using "MountChannel" instead of "mountchannel".

Definition at line 280 of file acscourseMount.idl.