Public Member Functions

acsexmplHelloWorld::HelloWorld Interface Reference

import "acsexmplHelloWorld.idl";

Inheritance diagram for acsexmplHelloWorld::HelloWorld:
Inheritance graph
[legend]
Collaboration diagram for acsexmplHelloWorld::HelloWorld:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void displayMessage ()
void badMethod () raises (ACSErrTypeCommon::UnknownEx)

Detailed Description

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


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: