pilot.param_type_e¶
Enumeration¶
Semantic type of a parameter.
-
enumerator
DEFAULT
¶ The default value should be used.
-
enumerator
CUSTOM
¶ The custom value that is provided should be used.
-
enumerator
OPTIMIZED
¶ Similar to CUSTOM, means the value was optimized internally instead of specified by a user.
-
enumerator
DISABLED
¶ The feature corresponding to the parameter should be disabled.
-
enumerator
IGNORE
¶ The parameter should be ignored.