#include <scol.h>#include <list>#include <string>#include <assert.h>Go to the source code of this file.
Defines | |
| #define | ASSERT assert |
| #define | DELETEARRAY(x) if (x) { delete []x; x = NULL; } |
| #define | CHECKALLOC(x) if(!x) { return false;} |
| #define | DISCONNECTION_WIN_TIME 2000 |
| #define | N_BAUD_1200 1200 |
| #define | N_BAUD_2400 2400 |
| #define | N_BAUD_4800 4800 |
| #define | N_BAUD_9600 9600 |
| #define | N_BAUD_57600 57600 |
| #define | N_BAUD_115200 115200 |
Functions | |
| wchar_t * | convertCharToLPCWSTR (char *s_text) |
| char * | convertWcharToChar (wchar_t *w_text) |
Variables | |
| cbmachine | ww |
| Scol machine declaration for MM macros. | |
| HWND | HScol |
| int | OBJNONINSCOL |
| Scol object declaration. | |
| int | SCOL_NONIN_CONNECTED_CB |
| int | NONIN_CONNECTED_CB |
| int | SCOL_NONIN_DISCONNECTED_CB |
| int | NONIN_DISCONNECTED_CB |
| int | SCOL_NONIN_HR_CB |
| int | NONIN_HR_CB |
| int | SCOL_NONIN_SPO2_CB |
| int | NONIN_SPO2_CB |
| int | SCOL_NONIN_SNSA_CB |
| int | NONIN_SNSA_CB |
| wchar_t* convertCharToLPCWSTR | ( | char * | s_text | ) |
| char* convertWcharToChar | ( | wchar_t * | w_text | ) |
| HWND HScol |
Definition at line 44 of file plugin.cpp.
Definition at line 51 of file plugin.cpp.
Definition at line 55 of file plugin.cpp.
| int NONIN_HR_CB |
Definition at line 59 of file plugin.cpp.
| int NONIN_SNSA_CB |
Definition at line 67 of file plugin.cpp.
| int NONIN_SPO2_CB |
Definition at line 63 of file plugin.cpp.
| int OBJNONINSCOL |
Scol object declaration.
Definition at line 47 of file plugin.cpp.
Definition at line 50 of file plugin.cpp.
Definition at line 54 of file plugin.cpp.
| int SCOL_NONIN_HR_CB |
Definition at line 58 of file plugin.cpp.
Definition at line 66 of file plugin.cpp.
Definition at line 62 of file plugin.cpp.
| cbmachine ww |
Scol machine declaration for MM macros.
Definition at line 43 of file plugin.cpp.
1.6.3