ALMA Computing Group

acscourseMount.idl File Reference

#include <baci.idl>
#include <ACSErrTypeCommon.idl>
#include <ACSErrTypeACSCourse.idl>
#include <xmlentity.idl>

Include dependency graph for acscourseMount.idl:

Go to the source code of this file.

Namespaces

namespace  ACSCOURSE_MOUNT

Classes

interface  ACSCOURSE_MOUNT::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  ACSCOURSE_MOUNT::Mount2
 This adds properties to the Mount1 example. More...
interface  ACSCOURSE_MOUNT::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  ACSCOURSE_MOUNT::Mount4
 Defines the interface for controlling and monitoring the antenna position. More...
interface  ACSCOURSE_MOUNT::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  ACSCOURSE_MOUNT::MountEventData
 This IDL structure defines an "event" type that will sent across the network to any consumers subscribed to it. More...
interface  ACSCOURSE_MOUNT::Mount6
 Demonstrates the use of XML data as IDL parameters. More...

Variables

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