import "baci.idl";
Inheritance diagram for ACS::MonitorstringSeq:
Public Member Functions | |
void | set_value_trigger (in stringSeq delta, in boolean enable) |
void | get_value_trigger (out stringSeq delta, out boolean enable) |
|
Returns the current on-change delta value and a boolean value which tells whether on-change monitors are being utilized.
|
|
set_value_trigger is a method used to enable or disable on-change monitors. When enabled,the monitor is triggered by one of two conditions: 1. If an amount of time equivalent to the value returned by the get_timer_trigger method has passed, the callback will be invoked. 2. If the value we're interested in changes by any delta value at some point in time inbetween T0 and T1 (where T1-T0==get_timer_trigger()), the callback is invoked.
|