holoscan::deannotate_message
holoscan::deannotate_message
This function de-annotates a message and extracts the MessageLabel timestamp.
It then updates necessary data flow tracking information in DataFlowTracker object.
Parameters
uid
The entity ID of the message.
context
The GXF context.
op
The operator that is receiving the message.
receiver_name
The name of the receiver which is receiving the message.
is_old_message
Whether the message is an old message. For asynchronous receivers, same message can be received multiple times. This flag indicates that an old message is being deannotated.