holoscan::ParameterFlag
holoscan::ParameterFlag
holoscan::ParameterFlag
Enum class to define the type of a parameter.
The parameter flag can be used to control the behavior of the parameter.
The parameter is mandatory and static. It cannot be changed at runtime.
The parameter is optional and might not be available at runtime.
Use Parameter::try_get() to get the value.
The parameter is dynamic and might change at runtime.