#ifndef __DATA_SOURCE_H #define __DATA_SOURCE_H /* 数据源标识 */ #define SOURCE_RS485 0x01 #define SOURCE_DI 0x02 #endif /* __DATA_SOURCE_H */