Skip to main content

add_feature_distinct_call_element

Function add_feature_distinct_call_element 

Source
pub fn add_feature_distinct_call_element(
    config_json: &str,
    params: AddFeatureDistinctCallElementParams<'_>,
) -> Result<String>
Expand description

Add a feature distinct call element (CFG_DFCALL record)

§Arguments

  • config_json - JSON configuration string
  • ftype_id - Feature type ID
  • dfunc_id - Distinct function ID
  • felem_id - Optional feature element ID (default: -1)
  • exec_order - Optional execution order

§Returns

Modified configuration JSON string