holoscan::HoloscanAsyncBufferReceiver
holoscan::HoloscanAsyncBufferReceiver
HoloscanAsyncBufferReceiver class tracks every received message with a MessageLabel timestamp if data flow tracking is enabled.
Application authors are not expected to use this class directly.
Inherits from: nvidia::gxf::AsyncBufferReceiver (public)
Constructors
HoloscanAsyncBufferReceiver
Methods
receive_abi
This function overrides the AsyncBufferReceiver::receive_abi() function.
It first calls the base class’ receive_abi() function and extracts the MessageLabel from the received message. It then adds a new OperatorTimestampLabel to the MessageLabel and updates the Operator’s input message label.
op
Mutable
Const
Sets the associated operator for this HoloscanAsyncBufferReceiver.
It is set at the
Parameters
The operator that this receiver is attached to.
See also: create_input_port() function.