What can I help you with?
NVIDIA Holoscan SDK v2.9.0

Struct CommonGXFParameter

struct CommonGXFParameter

Common GXF parameter structure for both OperatorWrapper and ResourceWrapper.

Public Functions

inline CommonGXFParameter(holoscan::ArgType arg_type, holoscan::Parameter<void*> *param_ptr)

Public Members

nvidia::gxf::Parameter<YAML::Node> param

The GXF parameter (non-const).

holoscan::ArgType arg_type

The type of the parameter (Holoscan).

holoscan::Parameter<void*> *param_ptr = nullptr

The pointer to the parameter (Holoscan).

Previous Struct GreedyFragmentAllocationStrategy::SystemResourceRequirementComparator
Next Struct InferenceSpecs
© Copyright 2022-2024, NVIDIA. Last updated on Mar 12, 2025.