Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LE19
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
时昊
LE19
Commits
c3df8338
Commit
c3df8338
authored
Apr 01, 2024
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🌈
style:删除雷达故障时,为立即删除
parent
8881fd25
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Popups.c
le19源码/Source/Application/Alarm/Popups.c
+6
-0
No files found.
le19源码/Source/Application/Alarm/Popups.c
View file @
c3df8338
...
@@ -593,6 +593,7 @@ void Popups_Polling(void)
...
@@ -593,6 +593,7 @@ void Popups_Polling(void)
Popup_Request
(
POPUP_Radar_2HZ
);
Popup_Request
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_RADAR_SENSOR_FAILURE
);
break
;
break
;
case
2
:
//4hz
case
2
:
//4hz
PopupAndSound_Delete
(
POPUP_Radar_2HZ
);
PopupAndSound_Delete
(
POPUP_Radar_2HZ
);
...
@@ -602,6 +603,7 @@ void Popups_Polling(void)
...
@@ -602,6 +603,7 @@ void Popups_Polling(void)
Popup_Request
(
POPUP_Radar_4HZ
);
Popup_Request
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_RADAR_SENSOR_FAILURE
);
break
;
break
;
case
3
:
//长鸣
case
3
:
//长鸣
PopupAndSound_Delete
(
POPUP_Radar_2HZ
);
PopupAndSound_Delete
(
POPUP_Radar_2HZ
);
...
@@ -611,6 +613,7 @@ void Popups_Polling(void)
...
@@ -611,6 +613,7 @@ void Popups_Polling(void)
Popup_Request
(
POPUP_Radar_Changming
);
Popup_Request
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_RADAR_SENSOR_FAILURE
);
break
;
break
;
case
4
:
//长鸣0.5s
case
4
:
//长鸣0.5s
PopupAndSound_Delete
(
POPUP_Radar_2HZ
);
PopupAndSound_Delete
(
POPUP_Radar_2HZ
);
...
@@ -621,6 +624,7 @@ void Popups_Polling(void)
...
@@ -621,6 +624,7 @@ void Popups_Polling(void)
Popup_Clear
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_RADAR_SENSOR_FAILURE
);
break
;
break
;
case
5
:
//雷达故障 长鸣2s
case
5
:
//雷达故障 长鸣2s
PopupAndSound_Delete
(
POPUP_Radar_2HZ
);
PopupAndSound_Delete
(
POPUP_Radar_2HZ
);
...
@@ -651,6 +655,7 @@ void Popups_Polling(void)
...
@@ -651,6 +655,7 @@ void Popups_Polling(void)
Popup_Clear
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_RADAR_SENSOR_FAILURE
);
break
;
break
;
}
}
}
}
...
@@ -664,6 +669,7 @@ void Popups_Polling(void)
...
@@ -664,6 +669,7 @@ void Popups_Polling(void)
Popup_Clear
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_Changming
);
Popup_Clear
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_Radar_2HZ
);
Popup_Clear
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_Radar_4HZ
);
Popup_Clear
(
POPUP_RADAR_SENSOR_FAILURE
);
}
}
}
}
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment