|
software:firmware
MakAir Firmware
|
Controller for the AC mode. More...
#include <vc_ac_controller.h>
Inheritance diagram for VC_AC_Controller:Public Member Functions | |
| void | exhale () override |
| Control the exhalation. More... | |
| struct Alarms | enabledAlarms () const override |
| List of alarms that must be enabled for this mode. More... | |
Public Member Functions inherited from VC_CMV_Controller | |
| VC_CMV_Controller () | |
| Default constructor. More... | |
| void | setup () override |
| Initialize controller. More... | |
| void | initCycle () override |
| Begin a new breathing cycle. More... | |
| void | inhale () override |
| Control the inhalation. More... | |
| void | exhale () override |
| Control the exhalation. More... | |
| void | endCycle () override |
| End the current breathing cycle. More... | |
| struct Alarms | enabledAlarms () const override |
| List of alarms that must be enabled for this mode. More... | |
Controller for the AC mode.
Definition at line 14 of file vc_ac_controller.h.
|
inlineoverridevirtual |
List of alarms that must be enabled for this mode.
Implements VentilationController.
Definition at line 17 of file vc_ac_controller.h.
|
overridevirtual |
Control the exhalation.
Implements VentilationController.
Definition at line 28 of file vc_ac_controller.cpp.