|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Modules | |
| Event Type Mapping Errors | |
| Standard Action Handlers | |
| Standard Event Types | |
| Subscription Errors | |
| Action Errors | |
| Action Handler | |
| Event Errors | |
| Event Mangager | |
| Event Type | |
Macros | |
| #define | SCM_class_name_c "ImanSubscription" |
| #define | SCM_enquiry_daily "Daily" |
| #define | SCM_enquiry_immediately "Immediately" |
| #define | SCM_enquiry_weekly "Weekly" |
Defines the notifications priorities on subscription object | |
| #define | SCM_enquiry_normal "Normal" |
| #define | SCM_enquiry_high "High" |
| #define | SCM_enquiry_low "Low" |
ITK functions are provided for you to take advantage of the subscription for Assign Status and Attach event types. The following new ITK functions are implemented in the existing subscription_itk.cxx, tceventmgr_itk.cxx, and tcactionhandler.cxx in the \src\sub_mgr module.
| #define SCM_class_name_c "ImanSubscription" |
Definition at line 32 of file subscription.h.
| #define SCM_enquiry_daily "Daily" |
frequency is daily, notifications are send every day
Definition at line 51 of file subscription.h.
| #define SCM_enquiry_high "High" |
priority is high
Definition at line 41 of file subscription.h.
| #define SCM_enquiry_immediately "Immediately" |
frequency is immediately as soon as an events are occured
Definition at line 50 of file subscription.h.
| #define SCM_enquiry_low "Low" |
priority is low
Definition at line 42 of file subscription.h.
| #define SCM_enquiry_normal "Normal" |
priority is normal
Definition at line 40 of file subscription.h.
| #define SCM_enquiry_weekly "Weekly" |
frequency is weekly, notifications are send every week on specify day
Definition at line 52 of file subscription.h.