ALMA Computing Group

acsexmplHelloWorld::HelloWorld Interface Reference

Interface HelloWorld is very simple and unique in the fact that it derives from ACSComponent directly as opposed to CharacteristicComponent. More...

import "acsexmplHelloWorld.idl";

List of all members.

Public Member Functions

void displayMessage ()
 Prints "HelloWorld" to the console (where the container that activated this component is running).
void badMethod () raises (ACSErrTypeCommon::UnknownEx)
 Simple method that throws an ACSException.


Detailed Description

Interface HelloWorld is very simple and unique in the fact that it derives from ACSComponent directly as opposed to CharacteristicComponent.

Definition at line 47 of file acsexmplHelloWorld.idl.


Member Function Documentation

void acsexmplHelloWorld::HelloWorld::badMethod  )  raises (ACSErrTypeCommon::UnknownEx)
 

Simple method that throws an ACSException.

Returns:
void *

*

void acsexmplHelloWorld::HelloWorld::displayMessage  ) 
 

Prints "HelloWorld" to the console (where the container that activated this component is running).

Returns:
void *

*


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