Skip to content

Use SimulatedDynamicDevice for MICR and line display simulators (#11)#95

Open
ba-00001 wants to merge 1 commit into
target:mainfrom
ba-00001:issue-11-simulators-use-simulated-dynamic-device
Open

Use SimulatedDynamicDevice for MICR and line display simulators (#11)#95
ba-00001 wants to merge 1 commit into
target:mainfrom
ba-00001:issue-11-simulators-use-simulated-dynamic-device

Conversation

@ba-00001

Copy link
Copy Markdown

Fixes #11.

MICR and line display were the only devices still wiring their simulators through plain DynamicDevice, each faking getClaimed()=true in the simulator to satisfy the connection check. Switch both to SimulatedDynamicDevice like the other four devices and drop the now-unused getClaimed() overrides. Full suite passes; verified live in simulation (MICR and line display report READY).

…et#11)

MICR and line display were the only devices still wiring their
simulators through the plain DynamicDevice and faking getClaimed() in
the simulator to satisfy the connection check. Switch both to
SimulatedDynamicDevice like the other devices and drop the now-unused
getClaimed() overrides.
@ba-00001
ba-00001 requested a review from arpal7 as a code owner July 21, 2026 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Possum Device Simulators Should Use Simulated Device Classes

1 participant