ovni/test/emu/common
Rodrigo Arias 354f2f50eb Register emulation models only if required
Until now, emulation models were always being registered via probe(),
which causes the emulator to initialize all the channels. To reduce the
overhead, the channels were not connected or registered in the bay
until the first event of that model was received. This delayed connect
was causing issues in muxes where the newly connected model required
refreshing the touched channels. Which in turn was causing unexpected
PRV events.

By determining which models we need to enable, we can remove the delayed
connect mechanism and just enable those models at initialization time,
and connect the channels.
2023-11-16 12:39:05 +01:00
..
CMakeLists.txt Always use the project version 2023-07-07 10:42:40 +02:00
instr.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
instr.h Register emulation models only if required 2023-11-16 12:39:05 +01:00