Ramped Power Supply
[ACS C++ Examples DocumentationACS Components Examples]

Collaboration diagram for Ramped Power Supply:


Description

RampedPowerSupply simulates the behavior of a ramped power supply.  All of this class's methods are asynchronous.  What makes RampedPowerSupply special is that it's IDL interface inherits from PowerSupply and the C++ implementation is derived from PowerSupply's C++ implementation. Another interesting aspect of this example is PowerSupply and RampedPowerSupply are defined in two separate IDLs.

What can I gain from this example?



Links