This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
comment "cpputest needs a toolchain w/ C++" | |
depends on !BR2_INSTALL_LIBSTDCPP | |
menuconfig BR2_PACKAGE_CPPUTEST | |
bool "cpputest" | |
depends on BR2_INSTALL_LIBSTDCPP | |
help | |
CppUTest is a C /C++ based unit xUnit test framework for unit testing | |
and for test-driving your code. It is written in C++ but is used in C | |
and C++ projects and frequently used in embedded systems but it works |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ventilation_status": { | |
"timestamp": 2963.83161, | |
"inspiration_volume": 2139.4583284802043, | |
"expiration_volume": 0.0, | |
"avg_inspiration_volume": 2113.9426131820755, | |
"avg_expiration_volume": 0.0, | |
"peak_flow": 0.0, | |
"peak_pressure": 0.0, | |
"min_pressure": 13.194630759841317, |