![]() |
yumapro
25.10-1
YumaPro SDK
|
one notification message that will be sent to all subscriptions in the stream and kept in the replay buffer for that stream (notificationQ) More...
#include <agt_not.h>

Data Fields | |
| dlq_hdr_t | qhdr |
| queue header | |
| obj_template_t * | notobj |
| notification event object for this message | |
| dlq_hdr_t | keyQ |
| notification ancestor keyQ if this is a YANG 1.1 nested notification. More... | |
| uint32 | msgid |
| message ID assigned to this notification | |
| xmlChar | eventTime [TSTAMP_MIN_SIZE] |
| event received timestamp | |
| val_value_t * | msg |
| the /notification element More... | |
| val_value_t * | event |
| backptr inside msg for filter for top-level notifications | |
| boolean | usemsgid |
| internal field to use or change msgid | |
| status_t | res |
| internal status for making the message to prevent a malformed notification message from being sent to subsequent sessions | |
| val_value_t * | treetop |
| internal backptr to the top of the instance hierarchy if this is a nested notification; YANG 1.1 says to use this treetop for the filter Not the event embedded within it | |
| ncx_sm_mpid_t * | sm_mpid |
| clone of the MPID to use if this is a schema-mounted notification. More... | |
one notification message that will be sent to all subscriptions in the stream and kept in the replay buffer for that stream (notificationQ)
| dlq_hdr_t keyQ |
notification ancestor keyQ if this is a YANG 1.1 nested notification.
| val_value_t* msg |
the /notification element
| ncx_sm_mpid_t* sm_mpid |
clone of the MPID to use if this is a schema-mounted notification.
If not set then the first MPID will be used. If no MP instances found then the notification will be dropped.