|
TUsb Respiration Belt plugin 1.0
|
#include <RespirationBelt.h>
Public Member Functions | |
| RespirationBelt () | |
| double | GetChestExtension () |
| float | GetBatteryLevel () |
| void | SetChestExtension (double extensionPercent) |
| void | SetBatteryLevel (float batteryPercent) |
| bool | Connect (long comPort, long carryingFrequency) |
| bool | Disconnect () |
| void | GoThread () |
| void | ParseData () |
| RespirationBelt::RespirationBelt | ( | ) |
Standard constructor and destructor
Header include
Standard constructor and destructor
Definition at line 18 of file RespirationBelt.cpp.
| bool RespirationBelt::Connect | ( | long | comPort, |
| long | carryingFrequency | ||
| ) |
Connection and Disconnection
Definition at line 77 of file RespirationBelt.cpp.
| double RespirationBelt::GetChestExtension | ( | ) |
Getters and Setters
Definition at line 53 of file RespirationBelt.cpp.
| void RespirationBelt::GoThread | ( | ) |
| void RespirationBelt::ParseData | ( | ) |
1.7.3