Lamp
[ACS C++ Examples DocumentationACS Components Examples]

Collaboration diagram for Lamp:


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?



Links