sysFilterRemoveNamespace
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
long sysFilterRemoveNamespace(char namespace[]); // form 1long sysFilterRemoveNamespace(char namespace[], char filterName[]); // form 2
Description
Removes a namespace from the variable filter. If no filterName is given, the namespace is removed from the default filter.Parameters
- namespace: The namespace to remove.
- filterName: The name of the filter the namespace should be removed from. Note: An empty filterName refers to the default filter and can be omitted completely.
Return Values
- 0: No error, function successful.
- 2: The variable filter does not exist. The namespace cannot be removed.
- 3: The namespace is not filtered by the filter. The namespace cannot be removed.