daint.h

来自「16 relay output channels and 16 isolated」· C头文件 代码 · 共 38 行

H
38
字号

#define IDM_SETTING                 100
#define IDM_WAVEFORM                110
#define IDM_RUN                     120
#define IDC_STOPBUTTON              1
#define IDC_STATUSBUTTON            2
#define IDD_SETTING                 3
#define IDD_WAVEFORM                4
#define IDC_DEVLIST                 11
#define IDC_CONVERSION              12
#define IDC_PACER                   13
#define IDC_ESTART                  14
#define IDC_ESTOP                   15
#define IDC_INTCLOCK                16
#define IDC_EXTCLOCK                17
#define IDC_INTTRIG                 18
#define IDC_EXTTRIG                 19
#define IDC_BUFSINGLE               20
#define IDC_BUFDOUBLE               21
#define IDC_CYCLIC                  22
#define IDC_NONCYCLIC               23
#define IDC_TXDMA                   24
#define IDC_TXINT                   25
#define IDC_WAVE_A                  26
#define IDC_WAVE_B                  27
#define IDC_MAGNITUDE_A             28
#define IDC_OFFSET_A                29
#define IDC_PERIOD_A                30
#define IDC_MAGNITUDE_B             31
#define IDC_OFFSET_B                32
#define IDC_PERIOD_B                33
#define IDC_STATIC                  -1

#define WAVE_SINE                   0
#define WAVE_TRIANGLE               1
#define WAVE_SQUARE                 2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?