Description
This header defines a number of BACI callback and alarm implementation classes that
are used throughout the clients of the acsexmpl module. Any developer interested
in invoking asynchronous methods or creating monitors should definitely review
this section.
What can I gain from this example?
- implementations of CORBA servants derived from the OffShoot IDL interface.
- implementations of callbacks used to invoke asynchronous methods (e.g., MyCBvoid).
- implementations of callbacks used to obtain the value of a BACI property asynchronously (e.g., MyCBdouble).
- implementations of callbacks used to monitor the value of a BACI property (e.g., MyCBdouble).
- implementations of alarms set to go off when a BACI property's value goes out of range (e.g., MyAlarmdouble).
Links