Commit 15e4992e authored by 时昊's avatar 时昊

增加12个弹窗报警和声音报警

parent 83dcd255
This diff is collapsed.
......@@ -57,12 +57,12 @@ enum PopupName
//POPUP_ID_Radar, //�����״�
POPUP_ID_SafetyBelt,
POPUP_ID_Close_30, //����ǿ��
//POPUP_ID_Please_wait_relieving_pressure, //йѹ����ȴ�?
//POPUP_ID_Please_Fuel_up, //���ȼ��?
POPUP_ID_Please_wait_relieving_pressure, //йѹ����ȴ�?
POPUP_ID_Please_Fuel_up, //���ȼ��?
POPUP_ID_Heavy_overload, //���س���
POPUP_ID_Overload, //����
POPUP_ID_Little_light, //С��δ��
//POPUP_ID_Go_to_service_station, //ǰ������վ
POPUP_ID_Go_to_service_station, //ǰ������վ
POPUP_ID_Vehicle_not_shift_gears, //�����޷�����
POPUP_ID_Do_not_operate_shift_gears, //�������������?
POPUP_ID_SafetyBelt_EPB, //��ϵ�ð�ȫ�����ͷ�פ��
......@@ -81,9 +81,9 @@ enum PopupName
POPUP_ID_key_low_power, //����Կ�׵�����
POPUP_ID_motor_high, //�������?,��������
//POPUP_ID_Fuel_sensor_failure, //ȼ�ʹ�����ʧ��
//POPUP_ID_engine_water_high, //������ˮ�¸�
//POPUP_ID_please_add_fuel, //�벹��ȼ��
POPUP_ID_Fuel_sensor_failure, //ȼ�ʹ�����ʧ��
POPUP_ID_engine_water_high, //������ˮ�¸�
POPUP_ID_please_add_fuel, //�벹��ȼ��
POPUP_ID_Please_charge_power, //�뼰ʱ���?
POPUP_ID_Electronic_parking_fault, //����פ������
POPUP_ID_please_foot_brake, //��Ƚ�ɲ�ٷ�פ��?
......@@ -105,7 +105,7 @@ enum PopupName
POPUP_ID_Speeding_alarm, //���ٱ���
//POPUP_ID_Front_camera_occlusion, //ǰ������ͷ�ڵ�
POPUP_ID_SOC_low, //soc̫��,�޷������յ�
//POPUP_ID_pressure_fault_stopfuel, //йѹ������,��ֹ����
POPUP_ID_pressure_fault_stopfuel, //йѹ������,��ֹ����
POPUP_ID_airbag_fault, //��ȫ���ҹ���
//POPUP_ID_TPMS_not_study, //̥ѹδѧϰ
//POPUP_ID_TPMS_sensor_loss, //̥ѹ��������ʧ
......@@ -195,13 +195,13 @@ enum PopupName
POPUP_ID_Please_pull_key, //���Կ��?
POPUP_ID_Maintenance_Km,
POPUP_ID_Maintenance_Tips, //������ʾ
//POPUP_ID_please_Maintenance_engine,//����������������
//POPUP_ID_Maintenance_engine_Km, //���뷢������������_km
POPUP_ID_please_Maintenance_engine,//����������������
POPUP_ID_Maintenance_engine_Km, //���뷢������������_km
POPUP_ID_battery_low_power, //���ص�����
//POPUP_ID_power_takeoff_fault, //ȡ��������
//POPUP_ID_power_takeoff_R_gear, //ȡ������������R��
POPUP_ID_power_takeoff_fault, //ȡ��������
POPUP_ID_power_takeoff_R_gear, //ȡ������������R��
////////////2��////////////////////////////////////////////////////////////////
......@@ -223,7 +223,7 @@ enum PopupName
POPUP_ID_DoorOpen_off_RR,
POPUP_ID_charge_display, //������?
POPUP_ID_charge_display_off,
//POPUP_ID_cooling_liquid_low, //��ȴҺҺλ��
POPUP_ID_cooling_liquid_low, //��ȴҺҺλ��
POPUP_MAX,
};
......
......@@ -35,12 +35,12 @@ const PopupMsgAttributeStruct PopupMsgAttributeTable[POPUP_MSG_MAX] =
//{/*POPUP_MSG_Radar, */ POPUP_TYPE_GENERAL, },
{/*POPUP_MSG_SafetyBelt, */ POPUP_TYPE_GENERAL, },
{/*POPUP_MSG_Close_30, */ POPUP_TYPE_GENERAL, },
//{/*//POPUP_MSG_Please_wait_relieving_pressure, */ POPUP_TYPE_GENERAL, },
//{/*//POPUP_MSG_Please_Fuel_up, */ POPUP_TYPE_GENERAL, },
{/*//POPUP_MSG_Please_wait_relieving_pressure, */ POPUP_TYPE_GENERAL, },
{/*//POPUP_MSG_Please_Fuel_up, */ POPUP_TYPE_GENERAL, },
{/*POPUP_MSG_Heavy_overload, */ POPUP_TYPE_GENERAL, },
{/*POPUP_MSG_Overload, */ POPUP_TYPE_GENERAL, },
{/*POPUP_MSG_Little_light, */ POPUP_TYPE_GENERAL, },
//{/*POPUP_MSG_Go_to_service_station, */ POPUP_TYPE_GENERAL, },
{/*POPUP_MSG_Go_to_service_station, */ POPUP_TYPE_GENERAL, },
{/*//POPUP_MSG_Vehicle_not_shift_gears, */ POPUP_TYPE_GENERAL, },
{/*//POPUP_MSG_Do_not_operate_shift_gears, */ POPUP_TYPE_GENERAL, },
{/*POPUP_MSG_SafetyBelt_EPB, */ POPUP_TYPE_GENERAL, },
......@@ -58,9 +58,9 @@ const PopupMsgAttributeStruct PopupMsgAttributeTable[POPUP_MSG_MAX] =
{/*//POPUP_ID_key_low_power, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_motor_high, */ POPUP_TYPE_GENERAL, },
//{/*//POPUP_ID_Fuel_sensor_failure, */ POPUP_TYPE_GENERAL, },
//{/*//POPUP_ID_engine_water_high, */ POPUP_TYPE_GENERAL, },
//{/*//POPUP_ID_please_add_fuel, */ POPUP_TYPE_GENERAL, },
{/*//POPUP_ID_Fuel_sensor_failure, */ POPUP_TYPE_GENERAL, },
{/*//POPUP_ID_engine_water_high, */ POPUP_TYPE_GENERAL, },
{/*//POPUP_ID_please_add_fuel, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_Please_charge_power, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_Electronic_parking_fault, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_please_foot_brake, */ POPUP_TYPE_GENERAL, },
......@@ -82,7 +82,7 @@ const PopupMsgAttributeStruct PopupMsgAttributeTable[POPUP_MSG_MAX] =
{/*POPUP_ID_Speeding_alarm, */ POPUP_TYPE_GENERAL, },
//{/*//POPUP_ID_Front_camera_occlusion, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_SOC_low, */ POPUP_TYPE_GENERAL, },
//{/*//POPUP_ID_pressure_fault_stopfuel, */ POPUP_TYPE_GENERAL, },
{/*//POPUP_ID_pressure_fault_stopfuel, */ POPUP_TYPE_GENERAL, },
{/*//POPUP_ID_airbag_fault, */ POPUP_TYPE_GENERAL, },
//{/*//POPUP_ID_TPMS_not_study, */ POPUP_TYPE_GENERAL, },
//{/*//POPUP_ID_TPMS_sensor_loss, */ POPUP_TYPE_GENERAL, },
......@@ -119,12 +119,12 @@ const PopupMsgAttributeStruct PopupMsgAttributeTable[POPUP_MSG_MAX] =
{/*POPUP_ID_Please_pull_key, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_Maintenance_Km, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_Maintenance_Tips, */ POPUP_TYPE_GENERAL, },
//{/*POPUP_ID_please_Maintenance_engine, */ POPUP_TYPE_GENERAL, },
//{/*POPUP_ID_Maintenance_engine_Km, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_please_Maintenance_engine, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_Maintenance_engine_Km, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_battery_low_power, */ POPUP_TYPE_GENERAL, },
//{/*POPUP_ID_power_takeoff_fault, */ POPUP_TYPE_GENERAL, },
//{/*POPUP_ID_power_takeoff_R_gear, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_power_takeoff_fault, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_power_takeoff_R_gear, */ POPUP_TYPE_GENERAL, },
////3��////////////////////////////////////////////////////////////////////////////////////////////
////3��_sh////////////////////////////////////////////////////////////////////////////////////////////
......@@ -133,7 +133,7 @@ const PopupMsgAttributeStruct PopupMsgAttributeTable[POPUP_MSG_MAX] =
{/*POPUP_MSG_DoorOpen_off, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_charge_display, */ POPUP_TYPE_GENERAL, },
{/*POPUP_MSG_charge_display_off, */ POPUP_TYPE_GENERAL, },
//{/*POPUP_ID_cooling_liquid_low, */ POPUP_TYPE_GENERAL, },
{/*POPUP_ID_cooling_liquid_low, */ POPUP_TYPE_GENERAL, },
};
......@@ -15,12 +15,12 @@ enum PopupMessageName
//POPUP_MSG_Radar, //�����״�
POPUP_MSG_SafetyBelt,
POPUP_MSG_Close_30, //����ǿ��
//POPUP_MSG_Please_wait_relieving_pressure, //йѹ����ȴ�
//POPUP_MSG_Please_Fuel_up, //���ȼ��
POPUP_MSG_Please_wait_relieving_pressure, //йѹ����ȴ�
POPUP_MSG_Please_Fuel_up, //���ȼ��
POPUP_MSG_Heavy_overload, //���س���
POPUP_MSG_Overload, //����
POPUP_MSG_Little_light, //С��δ��
//POPUP_MSG_Go_to_service_station, //ǰ������վ
POPUP_MSG_Go_to_service_station, //ǰ������վ
POPUP_MSG_Vehicle_not_shift_gears, //�����޷�����
POPUP_MSG_Do_not_operate_shift_gears, //�������������
POPUP_MSG_SafetyBelt_EPB, //��ϵ�ð�ȫ�����ͷ�פ��
......@@ -39,9 +39,9 @@ enum PopupMessageName
POPUP_MSG_key_low_power, //����Կ�׵�����
POPUP_MSG_motor_high, //�������,��������
//POPUP_MSG_Fuel_sensor_failure, //ȼ�ʹ�����ʧ��
//POPUP_MSG_engine_water_high, //������ˮ�¸�
//POPUP_MSG_please_add_fuel, //�벹��ȼ��
POPUP_MSG_Fuel_sensor_failure, //ȼ�ʹ�����ʧ��
POPUP_MSG_engine_water_high, //������ˮ�¸�
POPUP_MSG_please_add_fuel, //�벹��ȼ��
POPUP_MSG_Please_charge_power, //�뼰ʱ���
POPUP_MSG_Electronic_parking_fault, //����פ������
POPUP_MSG_please_foot_brake, //��Ƚ�ɲ�ٷ�פ��
......@@ -63,7 +63,7 @@ enum PopupMessageName
POPUP_MSG_Speeding_alarm, //���ٱ���
//POPUP_MSG_Front_camera_occlusion, //ǰ������ͷ�ڵ�
POPUP_MSG_SOC_low, //soc̫��,�޷������յ�
//POPUP_MSG_pressure_fault_stopfuel, //йѹ������,��ֹ����
POPUP_MSG_pressure_fault_stopfuel, //йѹ������,��ֹ����
POPUP_MSG_airbag_fault, //��ȫ���ҹ���
POPUP_MSG_TPMS_NotLearnt,
POPUP_MSG_TPMS_SenLost,
......@@ -89,12 +89,12 @@ enum PopupMessageName
POPUP_MSG_Please_pull_key, //���Կ��
POPUP_MSG_Maintenance_Km,
POPUP_MSG_Maintenance_Tips, //������ʾ
//POPUP_MSG_please_Maintenance_engine, //����������������
//POPUP_MSG_Maintenance_engine_Km, //���뷢������������_km
POPUP_MSG_please_Maintenance_engine, //����������������
POPUP_MSG_Maintenance_engine_Km, //���뷢������������_km
POPUP_MSG_battery_low_power, //���ص�����
//POPUP_MSG_power_takeoff_fault, //ȡ��������
//POPUP_MSG_power_takeoff_R_gear, //ȡ������������R��
POPUP_MSG_power_takeoff_fault, //ȡ��������
POPUP_MSG_power_takeoff_R_gear, //ȡ������������R��
////////////3��////////////////////////////////////////////////////////////////
......@@ -105,7 +105,7 @@ enum PopupMessageName
POPUP_MSG_DoorOpen_off,
POPUP_MSG_charge_display, //�����ʾ
POPUP_MSG_charge_display_off,
//POPUP_MSG_cooling_liquid_low, //��ȴҺҺλ��
POPUP_MSG_cooling_liquid_low, //��ȴҺҺλ��
......
......@@ -31,9 +31,9 @@ typedef struct
INT8U key_low_power :1;
INT8U motor_high :1;
//INT8U Fuel_sensor_failure :1;
//INT8U engine_water_high :1;
//INT8U please_add_fuel :1;
INT8U Fuel_sensor_failure :1;
INT8U engine_water_high :1;
INT8U please_add_fuel :1;
INT8U Please_charge_power :1;
INT8U Electronic_parking_fault:1;
INT8U please_foot_brake :1;
......@@ -81,8 +81,8 @@ typedef struct
INT8U Please_pull_key:1;
INT8U Maintenance_Km:1;
INT8U Maintenance_Tips:1;
//INT8U please_Maintenance_engine:1;
//INT8U Maintenance_engine_Km:1;
INT8U please_Maintenance_engine:1;
INT8U Maintenance_engine_Km:1;
INT8U battery_low_power:1;
......
......@@ -32,12 +32,12 @@ typedef enum
//Sound_Radar,
Sound_SafetyBelt,
Sound_Close_30,
//Sound_Please_wait_relieving_pressure,
//Sound_Please_Fuel_up,
Sound_Please_wait_relieving_pressure,
Sound_Please_Fuel_up,
Sound_Heavy_overload,
Sound_Overload,
Sound_Little_light,
//Sound_Go_to_service_station,
Sound_Go_to_service_station,
Sound_Vehicle_not_shift_gears,
Sound_Do_not_operate_shift_gears,
Sound_SafetyBelt_EPB,
......@@ -56,9 +56,9 @@ typedef enum
Sound_key_low_power,
Sound_motor_high,
//Sound_Fuel_sensor_failure,
//Sound_engine_water_high,
//Sound_please_add_fuel,
Sound_Fuel_sensor_failure,
Sound_engine_water_high,
Sound_please_add_fuel,
Sound_Please_charge_power,
Sound_Electronic_parking_fault,
Sound_please_foot_brake,
......@@ -80,7 +80,7 @@ typedef enum
Sound_Speeding_alarm,
//Sound_Front_camera_occlusion,
Sound_SOC_low,
//Sound_pressure_fault_stopfuel,
Sound_pressure_fault_stopfuel,
Sound_airbag_fault,
//Sound_TPMS_not_study,
//Sound_TPMS_sensor_loss,
......@@ -117,12 +117,12 @@ typedef enum
Sound_Please_pull_key,
Sound_Maintenance_Km,
Sound_Maintenance_Tips,
//Sound_please_Maintenance_engine,
//Sound_Maintenance_engine_Km,
Sound_please_Maintenance_engine,
Sound_Maintenance_engine_Km,
Sound_battery_low_power,
//Sound_power_takeoff_fault,
//Sound_power_takeoff_R_gear,
Sound_power_takeoff_fault,
Sound_power_takeoff_R_gear,
//////////3Ŕŕ/////////////////////////////////////////////
//////////3Ŕŕ_sh/////////////////////////////////////////////
......@@ -135,7 +135,7 @@ typedef enum
//Sound_DoorOpen_RR,
Sound_charge_display,
Sound_charge_display_Off,
//Sound_cooling_liquid_low,
Sound_cooling_liquid_low,
/////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////
......
......@@ -73,12 +73,12 @@ const _BuzzerAlarmVarietyInfor BuzzerAlarmVarietyInforTable[SoundAlarm_MAX] =
///*Sound_Radar, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_SafetyBelt, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Close_30, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_Please_wait_relieving_pressure, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_Please_Fuel_up, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Please_wait_relieving_pressure, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Please_Fuel_up, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Heavy_overload, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Overload, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Little_light, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_Go_to_service_station, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Go_to_service_station, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Vehicle_not_shift_gears, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Do_not_operate_shift_gears, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_SafetyBelt_EPB, */ {Buzzer_Variety_Single_1HZ}, //7
......@@ -98,9 +98,9 @@ const _BuzzerAlarmVarietyInfor BuzzerAlarmVarietyInforTable[SoundAlarm_MAX] =
/*Sound_key_low_power, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_motor_high, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_Fuel_sensor_failure, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_engine_water_high, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_please_add_fuel, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Fuel_sensor_failure, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_engine_water_high, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_please_add_fuel, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Please_charge_power, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Electronic_parking_fault, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_please_foot_brake, */ {Buzzer_Variety_Single_1HZ}, //7
......@@ -122,7 +122,7 @@ const _BuzzerAlarmVarietyInfor BuzzerAlarmVarietyInforTable[SoundAlarm_MAX] =
/*Sound_Speeding_alarm, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_Front_camera_occlusion, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_SOC_low, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_pressure_fault_stopfuel, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_pressure_fault_stopfuel, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_airbag_fault, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_TPMS_not_study, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_TPMS_sensor_loss, */ {Buzzer_Variety_Single_1HZ}, //7
......@@ -159,12 +159,12 @@ const _BuzzerAlarmVarietyInfor BuzzerAlarmVarietyInforTable[SoundAlarm_MAX] =
/*Sound_Please_pull_key, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Maintenance_Km, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Maintenance_Tips, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_please_Maintenance_engine, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_Maintenance_engine_Km, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_please_Maintenance_engine, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_Maintenance_engine_Km, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_battery_low_power, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_power_takeoff_fault , */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_power_takeoff_R_gear , */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_power_takeoff_fault , */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_power_takeoff_R_gear , */ {Buzzer_Variety_Single_1HZ}, //7
///3��//////////////////////////////////////////////////////////////////////////////////
///3��_sh//////////////////////////////////////////////////////////////////////////////////
......@@ -177,7 +177,7 @@ const _BuzzerAlarmVarietyInfor BuzzerAlarmVarietyInforTable[SoundAlarm_MAX] =
///*Sound_DoorOpen_RR, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_charge_display, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_charge_display_Off, */ {Buzzer_Variety_Single_1HZ}, //7
///*Sound_cooling_liquid_low, */ {Buzzer_Variety_Single_1HZ}, //7
/*Sound_cooling_liquid_low, */ {Buzzer_Variety_Single_1HZ}, //7
///////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////
......
......@@ -16,12 +16,12 @@ const _SoundAlarmAttribute SoundAlarmAttribute[SoundAlarm_MAX] =
///*Sound_Radar, */ {5, 0xFF, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_SafetyBelt, */ {6, 120, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Close_30, */ {7, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_Please_wait_relieving_pressure, */ {8, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_Please_Fuel_up, */ {9, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Please_wait_relieving_pressure, */ {8, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Please_Fuel_up, */ {9, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Heavy_overload, */ {10, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Overload, */ {11, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Little_light, */ {12, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_Go_to_service_station, */ {13, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Go_to_service_station, */ {13, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Vehicle_not_shift_gears, */ {14, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Do_not_operate_shift_gears, */ {15, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_SafetyBelt_EPB, */ {16, 0x01, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
......@@ -41,9 +41,9 @@ const _SoundAlarmAttribute SoundAlarmAttribute[SoundAlarm_MAX] =
/*Sound_key_low_power, */ {27, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_motor_high, */ {28, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_Fuel_sensor_failure, */ {29, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_engine_water_high, */ {30, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_please_add_fuel, */ {31, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Fuel_sensor_failure, */ {29, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_engine_water_high, */ {30, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_please_add_fuel, */ {31, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Please_charge_power, */ {32, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Electronic_parking_fault, */ {33, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_please_foot_brake, */ {34, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
......@@ -65,7 +65,7 @@ const _SoundAlarmAttribute SoundAlarmAttribute[SoundAlarm_MAX] =
/*Sound_Speeding_alarm, */ {48, 4, Trigger_Continue, Recover_Enable, Break_Sound_Again, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_Front_camera_occlusion, */ {49, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_SOC_low, */ {50, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_pressure_fault_stopfuel, */ {51, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_pressure_fault_stopfuel, */ {51, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_airbag_fault, */ {52, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_TPMS_not_study, */ {53, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_TPMS_sensor_loss, */ {54, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
......@@ -102,12 +102,12 @@ const _SoundAlarmAttribute SoundAlarmAttribute[SoundAlarm_MAX] =
/*Sound_Please_pull_key, */ {80, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Maintenance_Km, */ {81, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Maintenance_Tips, */ {82, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_please_Maintenance_engine, */ {83, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_Maintenance_engine_Km, */ {84, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_please_Maintenance_engine, */ {83, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_Maintenance_engine_Km, */ {84, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_battery_low_power, */ {85, 4, Trigger_Continue, Recover_Enable, Break_Sound_Again, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_power_takeoff_fault , */ {86, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_power_takeoff_R_gear , */ {87, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_power_takeoff_fault , */ {86, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_power_takeoff_R_gear , */ {87, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
//////////3��/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
......@@ -121,7 +121,7 @@ const _SoundAlarmAttribute SoundAlarmAttribute[SoundAlarm_MAX] =
///*Sound_DoorOpen_RR, */ {94, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_charge_display, */ {95, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_charge_display_Off, */ {96, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///*Sound_cooling_liquid_low, */ {97, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
/*Sound_cooling_liquid_low, */ {97, 1, Trigger_Continue, Recover_Enable, Break_Sound_Continue, Break_Condition_Sound_Again, Condition_Sound_Again},
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment