|
software:firmware
MakAir Firmware
|
Core logic to control the breathing cycle. More...
#include "../includes/alarm_controller.h"#include "../includes/battery.h"#include "../includes/blower.h"#include "../includes/config.h"#include "../includes/cycle.h"#include "../includes/debug.h"#include "../includes/parameters.h"#include "../includes/pc_ac_controller.h"#include "../includes/pc_cmv_controller.h"#include "../includes/pc_vsai_controller.h"#include "../includes/pressure_valve.h"#include "../includes/telemetry.h"#include "../includes/vc_ac_controller.h"#include "../includes/vc_cmv_controller.h"Go to the source code of this file.
Classes | |
| class | MainController |
| Controls breathing cycle. More... | |
Macros | |
| #define | MAX_PRESSURE_SAMPLES 10u |
| Number of values to aggregate when computing plateau pressure. More... | |
Variables | |
| MainController | mainController |
Core logic to control the breathing cycle.
Definition in file main_controller.h.
| #define MAX_PRESSURE_SAMPLES 10u |
Number of values to aggregate when computing plateau pressure.
Definition at line 30 of file main_controller.h.
|
extern |
Definition at line 20 of file main_controller.cpp.