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