Description
The class Lamp is a very simple example of a component that simulates
the behavior of a lamp.
It has two asynchronous methods: on(...) and off(...). It also
has one read-write double property: brightness.
What can I gain from this example?
- an example derived from the ACS::CharacteristicComponent IDL interface.
- an understanding of simple asynchronous method implementation accomplished by inheriting methods from the ActionImplementator class.
Links