linwei_sources 7ca6df9e6a 标准版
2025-06-26 15:28:05 +08:00

24 lines
579 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* map_atbh.c
*
* Created on: 2021-2-9
* Author: LuoYang
*/
#include "predefine.h"
#ifdef _emergency_c_
#include "digit_protect_inoutcode.h"
#include "digit_gbltype.h"
#include ".\inc\inout_emergency.h"
#include ".\inc\map_emergency.h"
unsigned char GseInportMapSet[DIGIT_GSEINPORT_MAP_NUM];
unsigned char GseOutportMapSet[DIGIT_GSEOUTPORT_MAP_NUM];
unsigned short int KaiRuMapSet[DIGIT_KAIRU_MAP_NUM];
//开入映射:建立控制开入与遥控对象号的映射关系
//开入号、遥控对象号、操作属性2-合、1-分)
unsigned char CtrlKaiRuMapSet[DIGIT_KAIRU_CTRL_MAP_NUM][3];
#endif