1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#include "RTE_LINE_IN.h"
_LINE_IN_TriggerLevel_ Get_LINE_IN_OIL_PRESS(void)
{
_LINE_IN_TriggerLevel_ Res = LEVEL_LOW;
return Res;
}
_LINE_IN_TriggerLevel_ Get_LINE_IN_PARKING(void)
{
_LINE_IN_TriggerLevel_ Res = LEVEL_LOW;
return Res;
}
_LINE_IN_TriggerLevel_ Get_LINE_IN_BREAKFLUID(void)
{
_LINE_IN_TriggerLevel_ Res = LEVEL_LOW;
return Res;
}
_LINE_IN_TriggerLevel_ Get_LINE_IN_R_SIGNAL(void)
{
_LINE_IN_TriggerLevel_ Res = LEVEL_LOW;
return Res;
}
_LINE_IN_TriggerLevel_ Get_LINE_IN_BATTERY(void)
{
_LINE_IN_TriggerLevel_ Res = LEVEL_LOW;
return Res;
}
uint8_t Get_LINE_IN_TRIP1(void)
{
uint8_t Res = LEVEL_LOW;
return Res;
}
uint8_t Get_LINE_IN_TRIP2(void)
{
uint8_t Res = LEVEL_LOW;
return Res;
}
uint8_t Get_LINE_IN_TRIP3(void)
{
uint8_t Res = LEVEL_LOW;
return Res;
}
uint8_t Get_LINE_IN_TRIP4(void)
{
uint8_t Res = LEVEL_LOW;
return Res;
}
uint8_t Get_LINE_IN_TRIP5(void)
{
uint8_t Res = LEVEL_LOW;
return Res;
}