メインコンテンツ

Inverse Filter

Inverse criterion to pass messages for filter 3

Since R2021b

Model Configuration Pane: Hardware Implementation

Description

Add-On Required: This feature requires the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms add-on.

The Inverse Filter parameter controls whether to inverse the criterion that allows messages to pass through filter 3.

Settings

off (default) | on
off

The filter accepts a message if the bit-wise AND of the message ID and mask is equal to the bit-wise AND of the acceptance value and mask.

on

The filter accepts a message if the bit-wise AND of the message ID and mask is not equal to the bit-wise AND of the acceptance value and mask.

Programmatic Use

You cannot set this parameter from the MATLAB® command line.

Version History

Introduced in R2021b