summaryrefslogtreecommitdiffstats
path: root/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp')
-rw-r--r--positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp b/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp
index a0de8e9e..9637b727 100644
--- a/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp
+++ b/positioning/server/src/Sensor/VehicleSens_Did_GpsTimeRaw.cpp
@@ -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.
@@ -36,16 +36,16 @@
* @param[out] VEHICLESENS_DATA_MASTER*
* @param[in] u_int8
*/
-//void VehicleSensGetGpsTimeRaw(SENSOR_MSG_GPSDATA_DAT *pst_data, u_int8 uc_get_method) {
-// switch (uc_get_method) {
-// case VEHICLESENS_GETMETHOD_GPS:
-// {
-// /** To acquire from GPS */
-// VehicleSensGetGpsTimeRawG(pst_data);
-// break;
-// }
-//
-// default: /* Ignore->MISRA-C++:2008 Rule 6-3-1, 6-4-1 */
-// break;
-// }
-//}
+void VehicleSensGetGpsTimeRaw(SENSOR_MSG_GPSDATA_DAT *pst_data, u_int8 uc_get_method) {
+ switch (uc_get_method) {
+ case VEHICLESENS_GETMETHOD_GPS:
+ {
+ /** To acquire from GPS */
+ VehicleSensGetGpsTimeRawG(pst_data);
+ break;
+ }
+
+ default: /* Ignore->MISRA-C++:2008 Rule 6-3-1, 6-4-1 */
+ break;
+ }
+}