An instance of the fixed-clock class provides an event queue driven by an object implementing the event_delta interface.
conf_object, log_object, cycle_event, event_handler
- cell-change
- Notifier that is triggered after the object's cell was changed.
- object-delete
- Notifier that is triggered just before Simics object is deleted.
- queue-change
- Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.
-
events
-
Optional attribute;
read/write access; type:
[[osaai]*]
((object, evclass, value, unused, when)*). Pending events.
-
master
-
Optional attribute;
read/write access; type:
o|n
Object implementing the event_delta interface interface or NIL.
Simics Core