This is the complete list of members for class svt_notify, including all inherited members.
| vmm_notify | function void | append_callback ( int notification_id, vmm_notify_callbacks cbs ) | |
| vmm_notify | enum value | BLAST | |
| vmm_notify | function int | configure ( int notification_id = -1, vmm_notify :: sync_e sync = ONE_SHOT ) | |
| svt_notify | function int | configure_named_notify ( string name, int notification_id = -1, vmm_notify :: sync_e sync = ONE_SHOT, int skip_file = 0 ) | Method used to configure a notification and to establish a string identifier which can be used to obtain the numeric identifier for the notification. |
| vmm_notify | function vmm_notify | copy ( vmm_notify to = null ) | |
| vmm_notify | function void | display ( string prefix = "" ) | |
| vmm_notify | function vmm_notification | get_notification ( int notification_id ) | |
| svt_notify | function int | get_notification_id ( string name ) | Gets the notification Id associated with the indicated name, as specified via a previous call to configure_named_notify. |
| svt_notify | function string | get_notification_name ( int notification_id ) | Gets the name associated with the indicated notification ID, as specified via a previous call to configure_named_notify. |
| vmm_notify | enum value | HARD | |
| vmm_notify | function void | indicate ( int notification_id, vmm_data status = null ) | |
| vmm_notify | function int | is_configured ( int notification_id ) | |
| vmm_notify | function bit | is_on ( int notification_id ) | |
| vmm_notify | function bit | is_waited_for ( int notification_id ) | |
| vmm_notify | vmm_log | log | |
| svt_notify | function void | log_to_logger ( int log_file_id, bit notifications_described, svt_logger logger ) | Internal method used to log notifications. |
| svt_notify | function void | mcd_skip_next ( int notification_id, int log_file_id ) | Internal method used to log notifications. |
| svt_notify | function void | new ( vmm_log log, string suite_name ) | CONSTRUCTOR: Creates a new instance of the svt_notify class, passing the appropriate argument values to the vmm_notify parent class. |
| vmm_notify | enum value | ONE_SHOT | |
| vmm_notify | enum value | ON_OFF | |
| vmm_notify | function string | psdisplay ( string prefix = "" ) | |
| vmm_notify | function void | reset ( int notification_id = -1, vmm_notify :: reset_e rst_typ = SOFT ) | |
| vmm_notify | enum | reset_e | |
| vmm_notify | typedef | reset_e | |
| vmm_notify | function void | set_notification ( int notification_id, vmm_notification ntfy = null ) | |
| vmm_notify | enum value | SOFT | |
| vmm_notify | function vmm_data | status ( int notification_id ) | |
| vmm_notify | enum | sync_e | |
| vmm_notify | typedef | sync_e | |
| vmm_notify | function void | terminated ( int notification_id ) | |
| vmm_notify | function time | timestamp ( int notification_id ) | |
| vmm_notify | function void | unregister_callback ( int notification_id, vmm_notify_callbacks cbs ) | |
| vmm_notify | task | wait_for_off ( int notification_id ) | |