Init basesystem source codes.
[staging/basesystem.git] / positioning_hal / inc / GpsCommon / MDev_Gps_Mtrx.h
1 /*
2  * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 /**
17 * @file MDev_Gps_Mtrx.h
18 */
19
20 #ifndef  INC_GPSCOMMON_MDEV_GPS_MTRX_H_
21 #define  INC_GPSCOMMON_MDEV_GPS_MTRX_H_
22
23 /*---------------------------------------------------------------------------*/
24 // Include files
25
26 /*---------------------------------------------------------------------------*/
27 // Prototype
28
29 void DevGpsNop(void);
30 void DevGpsInitStartSendReq(void);
31 void DevGpsInitStartGPSResetReq(void);
32 void DevGpsInitStartRcvCyclCmd(void);
33 void DevGpsInitStartCyclDataTimeOut(void);
34 void DevGpsInitStartNaviDataTimeOut(void);    /* #GPF_60_077 */
35 void DevGpsInitStartDiagClkGuardTimeOut(void);  /* #GPF_60_077 */
36 void DevGpsInitStartAccOffStart(void);      /* #GPF_60_024 */
37 void DevGpsInitStartNaviInfoDeliver(void);    /* #GPF_60_077 */
38 void DevGpsInitStartNaviSpeedDeliver(void);    /* #GPF_60_077 */
39 void DevGpsInitStartSettingTime(void);      /* #GPF_60_077 */
40 void DevGpsInitStartNmeaDataGuardTimeOut(void);  /* #GPF_60_109 */
41
42 void DevGpsInitStartBackupDataLoadReq(void);
43 void DevGpsInitStartStopReq(void);
44 void DevGpsInitStartGpsweekcorcntNtf(void);
45 void DevGpsInitStartRecoveryTimeOut(void);
46 void DevGpsInitStartGpsReceiverErrTimeOut(void);
47
48 void DevGpsNormalSendReq(void);
49 void DevGpsNormalGPSResetReq(void);
50 void DevGpsNormalRcvCyclCmd(void);
51 void DevGpsNormalCyclDataTimeOut(void);
52 void DevGpsNormalNaviDataTimeOut(void);      /* #GPF_60_077 */
53 void DevGpsNormalDiagClkGuardTimeOut(void);    /* #GPF_60_077 */
54 void DevGpsNormalAccOffStart(void);        /* #GPF_60_024 */
55 void DevGpsNormalNaviInfoDeliver(void);      /* #GPF_60_077 */
56 void DevGpsNormalNaviSpeedDeliver(void);      /* #GPF_60_077 */
57 void DevGpsNormalSettingTime(void);        /* #GPF_60_077 */
58 void DevGpsNormalNmeaDataGuardTimeOut(void);    /* #GPF_60_109 */
59
60 void DevGpsNormalBackupDataLoadReq(void);
61 void DevGpsNormalStopReq(void);
62 void DevGpsNormalGpsweekcorcntNtf(void);
63 void DevGpsNormalRecoveryTimeOut(void);
64 void DevGpsNormalGpsReceiverErrTimeOut(void);
65
66 void DevGpsSendSendReq(void);
67 void DevGpsSendGPSResetReq(void);
68 void DevGpsSendRcvCyclCmd(void);
69 void DevGpsSendRcvRspCmd(void);          /* #GPF_60_040 */
70 void DevGpsSendRspDataTimeOut(void);        /* #GPF_60_040 */
71 void DevGpsSendCyclDataTimeOut(void);
72 void DevGpsSendNaviDataTimeOut(void);        /* #GPF_60_077 */
73 void DevGpsSendDiagClkGuardTimeOut(void);      /* #GPF_60_077 */
74 void DevGpsSendAccOffStart(void);          /* #GPF_60_040 */
75 void DevGpsSendNaviInfoDeliver(void);        /* #GPF_60_077 */
76 void DevGpsSendNaviSpeedDeliver(void);      /* #GPF_60_077 */
77 void DevGpsSendSettingTime(void);          /* #GPF_60_077 */
78 void DevGpsSendNmeaDataGuardTimeOut(void);    /* #GPF_60_109 */
79
80 void DevGpsSendBackupDataLoadReq(void);
81 void DevGpsSendStopReq(void);
82 void DevGpsSendGpsweekcorcntNtf(void);
83 void DevGpsSendRecoveryTimeOut(void);
84 void DevGpsSendGpsReceiverErrTimeOut(void);
85
86 /*---------------------------------------------------------------------------*/
87 #endif  // INC_GPSCOMMON_MDEV_GPS_MTRX_H_
88
89 /*---------------------------------------------------------------------------*/
90 /*EOF*/