#include <acsexmplCallbacks.h>
Inheritance diagram for MyAlarmdouble:


Public Member Functions | |
| MyAlarmdouble (ACE_CString _prop) | |
| ~MyAlarmdouble () | |
| void | alarm_raised (CORBA::Double value, const ACSErr::Completion &c, const ACS::CBDescOut &desc) |
| void | alarm_cleared (CORBA::Double value, const ACSErr::Completion &c, const ACS::CBDescOut &desc) |
| CORBA::Boolean | negotiate (ACS::TimeInterval time_to_transmit, const ACS::CBDescOut &desc) |
|
|
Constructor
|
|
|
Destructor - nothing to delete. |
|
||||||||||||||||
|
Method invoked when the double value goes back into the acceptable range.
|
|
||||||||||||||||
|
Method invoked when the double value goes out of range.
|
|
||||||||||||
|
Method used so that client and servant can agree upon the time it takes to transmit data (generally invocations of the done method). A smart callback implementation would analize the value of time_to_transmit and decide whether the value is acceptable, but we just return true regardless in this simplistic example.
|
1.3.8