Description
This simple Hello World component within the acsexmpl module provides an example component which is throwing an exception during its construction. This component can be used to test the behaviour of the maciContainer when a
a component throws an exception in the constructor.
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.
- throwing exceptions.
- Usage of ACS errors.
Links
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
Description
This simple Hello World component within the acsexmpl module provides an example component which is throwing an exception during its initialization. This component can be used to test the behaviour of the maciContainer when a
a component throws an exception during the initialization.
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.
- throwing exceptions.
Links