Description
Hello World is the simplest component within the acsexmpl module. It provides
two methods, displayMessage() which prints "Hello World" to standard out and
badMethod which raises a CORBA exception.
What can I gain from this example?
- an example derived from the ACS::ACSComponent IDL interface.
- an introduction to the ACS API.
- limited ACS logging macros.
- raising CORBA exceptions.
Links