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