What can I help you with?
NVIDIA Holoscan SDK v3.1.0

Enum ParameterFlag

enum class holoscan::ParameterFlag

Enum class to define the type of a parameter.

The parameter flag can be used to control the behavior of the parameter.

Values:

enumerator kNone

The parameter is mandatory and static. It cannot be changed at runtime.

enumerator kOptional

The parameter is optional and might not be available at runtime. Use Parameter::try_get() to get the value.

enumerator kDynamic

The parameter is dynamic and might change at runtime.

Previous Enum FormatDType
Next Enum PeriodicConditionPolicy
© Copyright 2022-2025, NVIDIA. Last updated on Apr 7, 2025.