Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiancetai
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
陈家乐
jiancetai
Commits
07ffac9d
Commit
07ffac9d
authored
Jan 19, 2026
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:GTS检测台初版
parent
4907a705
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
99 additions
and
195 deletions
+99
-195
APP_Test.c
Test_Bench/Api_Sources/APP_Test.c
+96
-194
APP_Test.h
Test_Bench/App_Headers/APP_Test.h
+2
-0
TBDML.ini
Test_Bench/TBDML.ini
+1
-1
No files found.
Test_Bench/Api_Sources/APP_Test.c
View file @
07ffac9d
This diff is collapsed.
Click to expand it.
Test_Bench/App_Headers/APP_Test.h
View file @
07ffac9d
...
@@ -38,6 +38,7 @@ typedef struct{
...
@@ -38,6 +38,7 @@ typedef struct{
}
s_CAN_List
;
}
s_CAN_List
;
/* 检测台发送报文枚举 */
enum
enum
{
{
WHEEL_SPEED_REAR
=
0
,
//����
WHEEL_SPEED_REAR
=
0
,
//����
...
@@ -104,6 +105,7 @@ enum
...
@@ -104,6 +105,7 @@ enum
EXTERN_APP_TEST
volatile
s_CurValue
CurValueStr
[
CAN_List_Num
];
EXTERN_APP_TEST
volatile
s_CurValue
CurValueStr
[
CAN_List_Num
];
/* 检测台发送报文起始信息 */
static
const
s_CAN_List
CAN_List
[]
=
static
const
s_CAN_List
CAN_List
[]
=
{
{
{
&
CanMsg_260
,
3
,
0
,
16
,
0
,
Offset_Plus
,
100
,
1
,
&
CurValueStr
[
WHEEL_SPEED_REAR
],
Motorola
},
{
&
CanMsg_260
,
3
,
0
,
16
,
0
,
Offset_Plus
,
100
,
1
,
&
CurValueStr
[
WHEEL_SPEED_REAR
],
Motorola
},
...
...
Test_Bench/TBDML.ini
View file @
07ffac9d
...
@@ -10,7 +10,7 @@ Target=TBDML
...
@@ -10,7 +10,7 @@ Target=TBDML
Layout
=
C_layout.hwl
Layout
=
C_layout.hwl
LoadDialogOptions
=
AUTOERASEANDFLASH RUNANDSTOPAFTERLOAD="main"
LoadDialogOptions
=
AUTOERASEANDFLASH RUNANDSTOPAFTERLOAD="main"
CPU
=
HC12
CPU
=
HC12
MainFrame
=
0,1,-1,-1,-1,-1,169,127,1609,876
MainFrame
=
2,3,-1,-1,-1,-1,-1616,236,-176,985
TOOLBAR
=
57600 57601 32795 0 57635 57634 57637 0 57671 57669 0 32777 32776 32782 32780 32781 32778 0 32806
TOOLBAR
=
57600 57601 32795 0 57635 57634 57637 0 57671 57669 0 32777 32776 32782 32780 32781 32778 0 32806
...
...
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