TSI_Config/trust_ds.h

23 lines
475 B
C
Raw Permalink Normal View History

2025-07-08 09:24:34 +08:00
#ifndef TRUST_DS_H
#define TRUST_DS_H
// 位移峰峰值的量程范围
typedef enum {
kDisPP25 = 0, // 25-0-25 mil
kDisPP30 = 1, // 30-0-30 mil
kDisPP40 = 2, // 40-0-40 mil
kDisPP0p5 = 3, // 0.5-0-0.5 mm
kDisPP1p0 = 4, // 1.0-0-1.0 mm
kDisPPCustom = 5 // custom
} DisPPFullScaleRange;
// recorder out
typedef enum {
kDisRecorderOutNone = 0,
kDisRecorderOutDirectAmpl = 1,
kDisRecorderOutGap = 2
} DisRecorderOut;
#endif // TRUST_DS_H