NVIDIA Holoscan SDK v3.5.0

Class HoloscanAsyncBufferReceiver

Base Type

  • public nvidia::gxf::AsyncBufferReceiver

class HoloscanAsyncBufferReceiver : public nvidia::gxf::AsyncBufferReceiver

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.

Public Functions

HoloscanAsyncBufferReceiver() = default
gxf_result_t receive_abi(gxf_uid_t *uid) override

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.

inline holoscan::Operator *op() const
inline void op(holoscan::Operator *op)

Sets the associated operator for this HoloscanAsyncBufferReceiver. It is set at the.

See also

create_input_port() function.

Parameters

op – The operator that this receiver is attached to.

inline void track()

Previous Class GXFComponentResource
Next Class HoloscanAsyncBufferTransmitter
© Copyright 2022-2025, NVIDIA. Last updated on Aug 1, 2025.