Class GXFCondition

Base Types

Derived Types

class GXFCondition : public holoscan::Condition, public holoscan::gxf::GXFComponent

Subclassed by holoscan::AsynchronousCondition, holoscan::BooleanCondition, holoscan::CountCondition, holoscan::DownstreamMessageAffordableCondition, holoscan::MessageAvailableCondition, holoscan::PeriodicCondition

Public Functions

template<typename ArgT, typename ...ArgsT, typename = std::enable_if_t<!std::is_base_of_v<Condition, std::decay_t<ArgT>> && (std::is_same_v<Arg, std::decay_t<ArgT>> || std::is_same_v<ArgList, std::decay_t<ArgT>>)>>
inline GXFCondition(ArgT &&arg, ArgsT&&... args)

GXFCondition() = default

GXFCondition(const std::string &name, nvidia::gxf::SchedulingTerm *term)

virtual void initialize() override

Initialize the component.

This method is called only once when the component is created for the first time, and use of light-weight initialization.

© Copyright 2022-2023, NVIDIA. Last updated on Sep 13, 2023.