The control includes an autocomplete field where the user can type to search for signals, and a button that opens a dialog
for selecting signals. The selected signals are shown in the autocomplete field, and the user can remove selected signals
from the field as well.
The control uses the message databases available in the system to find signals and their qualified names. When a signal is
selected, its qualified name is used as the identifier for the signal.
The onSelectedSignalInfosChange callback provides detailed information about the selected signals, including their qualified
names, source identifiers, and the messages they belong to.
The onErrorsChange callback is called with true if there are errors in the selection (e.g. no signals selected) and false otherwise.
A control for selecting signals from DBC files.
The control includes an autocomplete field where the user can type to search for signals, and a button that opens a dialog for selecting signals. The selected signals are shown in the autocomplete field, and the user can remove selected signals from the field as well.
The control uses the message databases available in the system to find signals and their qualified names. When a signal is selected, its qualified name is used as the identifier for the signal.
The onSelectedSignalInfosChange callback provides detailed information about the selected signals, including their qualified names, source identifiers, and the messages they belong to.
The onErrorsChange callback is called with true if there are errors in the selection (e.g. no signals selected) and false otherwise.