Module dlt_core::filtering

source ·
Expand description

Structs

  • Describes what DLT message to filter out based on log-level and app/ecu/context-id
  • A processed version of the filter configuration that can be used to parse dlt. When a DltFilterConfig is received (e.g. as serialized json), this can easily be converted into this processed version using filter_config.into()

Functions