Populating tokens during resynchronization
The
StructuredEvent structure from the CosNotifications.idl interface
description language (IDL) file contains a remainder_of_body field
that has the following structure definition: struct StructuredEvent { EventHeader header;
FilterableEventBody filterable_data; any remainder_of_body;
}; // StructuredEventThe remainder_of_body field
is only present in notifications, where it can be used for storing
nonfilterable fields such as NV_ALARM_ID. The probe
will not populate tokens other than the standard filterable ones for
alarms received during resynchronization. For example, the probe cannot
populate the NV_ALARM_ID field for alarms received
during resynchronization.