pez-globo / pufferfish-software

All software for the Pufferfish ventilator.
Apache License 2.0
0 stars 1 forks source link

Add POST check for Nonin OEM III #191

Open ethanjli opened 3 years ago

ethanjli commented 3 years ago

We will want to check whether the Nonin OEM III module is installed in the ventilator. The POST check for this would be receiving a full well-formed packet in setup. We would need to load some factory-saved (read-only) data about whether the ventilator has a Nonin OEM III module installed; if so, then we run the POST check; if not, then we skip it.

ethanjli commented 3 years ago

The POST check for this would be receiving a full well-formed packet in setup

@rohanpurohit For the refactor of the Nonin OEM III driver, we should make sure that it will be straightforward to meet this requirement - ideally using the same code structure as what we use in the SFM3019 driver, etc.