| /wavejet/trunk/wavejet.c |
|---|
| 6,6 → 6,9 |
| #include <cvirte.h> |
| #include "lecroy_tcp.h" |
| #ifndef _CVI_DEBUG_ |
| # include "wavejet_uic.h" |
| #endif /* _CVI_DEBUG_ */ |
| #include "wavejet_ui.h" |
| //#define SCOPE_IP "192.168.1.11" |
| 64,7 → 67,11 |
| SetStdioWindowSize (150, 600); |
| SetStdioWindowPosition (100, 20); |
| #ifdef _CVI_DEBUG_ |
| if ((p1h = LoadPanel (0, "wavejet_ui.uir", P1)) < 0) return -1; |
| # else |
| p1h = BuildP1 (0); |
| #endif /* _CVI_DEBUG_ */ |
| DisplayPanel (p1h); |