summaryrefslogtreecommitdiffstats
path: root/positioning/server/include/ServiceInterface
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 09:06:18 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 09:06:18 +0900
commit00ab09fac9701443fdff616fdcc274809a03d4d7 (patch)
tree03aa078b69aa17d12c77f7d4b74cf6f3a93ffefd /positioning/server/include/ServiceInterface
parentfa6fa9f4ee5486b30d223914e1a6e50d4d3adf71 (diff)
vs-positioning branch 0.1sandbox/ToshikazuOhiwa/vs-positioning
Diffstat (limited to 'positioning/server/include/ServiceInterface')
-rw-r--r--positioning/server/include/ServiceInterface/BackupMgrIf.h2
-rw-r--r--positioning/server/include/ServiceInterface/ClockIf.h6
-rw-r--r--positioning/server/include/ServiceInterface/CommUsbIf.h6
-rw-r--r--positioning/server/include/ServiceInterface/DevDetectSrvIf.h2
-rw-r--r--positioning/server/include/ServiceInterface/DiagSrvIf.h5
-rw-r--r--positioning/server/include/ServiceInterface/PSMShadowIf.h2
-rw-r--r--positioning/server/include/ServiceInterface/VehicleIf.h6
-rw-r--r--positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h2
-rw-r--r--positioning/server/include/ServiceInterface/ps_version.h2
9 files changed, 15 insertions, 18 deletions
diff --git a/positioning/server/include/ServiceInterface/BackupMgrIf.h b/positioning/server/include/ServiceInterface/BackupMgrIf.h
index c6c3bdc1..3e2e5e5c 100644
--- a/positioning/server/include/ServiceInterface/BackupMgrIf.h
+++ b/positioning/server/include/ServiceInterface/BackupMgrIf.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/positioning/server/include/ServiceInterface/ClockIf.h b/positioning/server/include/ServiceInterface/ClockIf.h
index 34ec0861..5a2e976a 100644
--- a/positioning/server/include/ServiceInterface/ClockIf.h
+++ b/positioning/server/include/ServiceInterface/ClockIf.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
#include <native_service/frameworkunified_types.h>
#include <native_service/frameworkunified_framework_if.h>
-//#include <vehicle_service/DTime_Api.h>
+#include <stub/DTime_Api.h>
#include <vehicle_service/positioning_base_library.h>
#include <vehicle_service/POS_gps_API.h>
@@ -53,7 +53,7 @@ extern "C" {
#endif
EFrameworkunifiedStatus ClockIfNotifyOnClockAvailability(CbFuncPtr fp_on_cmd);
void ClockIfSetAvailability(BOOL b_is_available);
-//EFrameworkunifiedStatus ClockIfDtimeSetGpsTime(const SENSOR_MSG_GPSTIME *pst_gps_time, BOOL* pb_is_available);
+EFrameworkunifiedStatus ClockIfDtimeSetGpsTime(const SENSOR_MSG_GPSTIME *pst_gps_time, BOOL* pb_is_available);
#ifdef __cplusplus
}
#endif
diff --git a/positioning/server/include/ServiceInterface/CommUsbIf.h b/positioning/server/include/ServiceInterface/CommUsbIf.h
index 4d02060a..cbc947c3 100644
--- a/positioning/server/include/ServiceInterface/CommUsbIf.h
+++ b/positioning/server/include/ServiceInterface/CommUsbIf.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -28,8 +28,8 @@
*---------------------------------------------------------------------------------*/
#include <native_service/frameworkunified_types.h>
#include <native_service/frameworkunified_framework_if.h>
-//#include <stub/commusb_api.h>
-//#include <stub/commusb_notifications.h>
+#include <stub/commusb_api.h>
+#include <stub/commusb_notifications.h>
#include <vehicle_service/positioning_base_library.h>
diff --git a/positioning/server/include/ServiceInterface/DevDetectSrvIf.h b/positioning/server/include/ServiceInterface/DevDetectSrvIf.h
index 3aa0a8a3..88291231 100644
--- a/positioning/server/include/ServiceInterface/DevDetectSrvIf.h
+++ b/positioning/server/include/ServiceInterface/DevDetectSrvIf.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/positioning/server/include/ServiceInterface/DiagSrvIf.h b/positioning/server/include/ServiceInterface/DiagSrvIf.h
index ceb7fd43..a6bcd777 100644
--- a/positioning/server/include/ServiceInterface/DiagSrvIf.h
+++ b/positioning/server/include/ServiceInterface/DiagSrvIf.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -27,7 +27,6 @@
* Incluce *
*---------------------------------------------------------------------------------*/
#include <native_service/frameworkunified_types.h>
-//#include <stub/DIAGCODE.h>
#include <vehicle_service/positioning_base_library.h>
/*---------------------------------------------------------------------------------*
@@ -49,8 +48,6 @@
extern "C" {
#endif
void DiagSrvIfSetRegistrationPermission(BOOL b_is_true);
-EFrameworkunifiedStatus DiagSrvIfDiagPutDiagCode(uint64_t err_id, uint16_t positioning_code);
-EFrameworkunifiedStatus DiagSrvIfDiagDeleteDiagCode(uint64_t err_id, uint16_t positioning_code);
#ifdef __cplusplus
}
#endif
diff --git a/positioning/server/include/ServiceInterface/PSMShadowIf.h b/positioning/server/include/ServiceInterface/PSMShadowIf.h
index 7f973d70..8cdb1f81 100644
--- a/positioning/server/include/ServiceInterface/PSMShadowIf.h
+++ b/positioning/server/include/ServiceInterface/PSMShadowIf.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/positioning/server/include/ServiceInterface/VehicleIf.h b/positioning/server/include/ServiceInterface/VehicleIf.h
index c8caa7a6..28c05fb8 100644
--- a/positioning/server/include/ServiceInterface/VehicleIf.h
+++ b/positioning/server/include/ServiceInterface/VehicleIf.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,8 +24,8 @@
#include <native_service/frameworkunified_framework_if.h>
#include <vehicle_service/positioning_base_library.h>
-//#include <stub/vehicle_notifications.h>
-//#include <stub/Vehicle_Sensor_Common_API.h>
+#include <stub/vehicle_notifications.h>
+#include <stub/Vehicle_Sensor_Common_API.h>
/*---------------------------------------------------------------------------------*
* Definition *
diff --git a/positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h b/positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h
index f6d7d849..24a513aa 100644
--- a/positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h
+++ b/positioning/server/include/ServiceInterface/ps_psmshadow_notifications.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/positioning/server/include/ServiceInterface/ps_version.h b/positioning/server/include/ServiceInterface/ps_version.h
index a5c21fd1..f28982f8 100644
--- a/positioning/server/include/ServiceInterface/ps_version.h
+++ b/positioning/server/include/ServiceInterface/ps_version.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.