holoscan::HoloscanAsyncBufferTransmitter
holoscan::HoloscanAsyncBufferTransmitter
HoloscanAsyncBufferTransmitter class tracks every transmitted 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::AsyncBufferTransmitter (public)
Constructors
HoloscanAsyncBufferTransmitter
Methods
publish_abi
This function overrides the AsyncBufferTransmitter::publish_abi() function.
It first adds a new OperatorTimestampLabel to the MessageLabel of the message being published and then calls the base class’ publish_abi() function.
op
Mutable
Const
Sets the associated operator for this HoloscanAsyncBufferTransmitter.
It is set at the
Parameters
op
The operator that this transmitter is attached to.
See also: create_output_port() function.