holoscan::OperatorTimestampLabel

Beta
View as Markdown

This struct represents a timestamp label for a Holoscan Operator.

The class stores information about the timestamps when an operator receives from an input and when it publishes to an output. It also holds a reference to the operator.

This class is used by MessageLabel to create an array of Operators representing a path.

#include <holoscan/messagelabel.hpp>

Constructors

OperatorTimestampLabel


Assignment operators

operator=


Methods

set_pub_timestamp_to_current

void holoscan::OperatorTimestampLabel::set_pub_timestamp_to_current()

Member variables

NameTypeDescription
operator_namestd::string
rec_timestampint64_t
pub_timestampint64_t