|
TUsb Respiration Belt plugin 1.0
|
00001 //################################################################################### 00002 //# SCOL Plugin : TUsb respiration belt Control # 00003 //# Author : # 00004 //# Aymeric SUTEAU # 00005 //# LISA - ANGERS # 00006 //################################################################################### 00007 00015 // Include Scol Library 00016 #include <scol.h> 00017 00018 // Include Header File 00019 #include "RespirationBelt.h" 00020 00021 // Extern variables declaration 00022 extern cbmachine ww; // Scol machine declaration 00023 extern HWND HScol; // Scol window Handle 00024 extern int OBJTUSBSCOL; // TUsb respiration belt object 00025 00026 // Respiration belt callbacks 00027 extern int SCOL_TUSB_CONNECTED_CB; 00028 extern int TUSB_CONNECTED_CB; 00029 00030 extern int SCOL_TUSB_DISCONNECTED_CB; 00031 extern int TUSB_DISCONNECTED_CB; 00032 00033 extern int SCOL_TUSB_NEW_DATA_CB; 00034 extern int TUSB_NEW_DATA_CB; 00035 00036 extern int SCOL_TUSB_BATTERY_LEVEL_CB; 00037 extern int TUSB_BATTERY_LEVEL_CB;
1.7.3