summaryrefslogtreecommitdiffstats
path: root/positioning/server/include/Sensor/VehicleSens_Common.h
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/Sensor/VehicleSens_Common.h
parentfa6fa9f4ee5486b30d223914e1a6e50d4d3adf71 (diff)
vs-positioning branch 0.1sandbox/ToshikazuOhiwa/vs-positioning
Diffstat (limited to 'positioning/server/include/Sensor/VehicleSens_Common.h')
-rw-r--r--positioning/server/include/Sensor/VehicleSens_Common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/positioning/server/include/Sensor/VehicleSens_Common.h b/positioning/server/include/Sensor/VehicleSens_Common.h
index d3f0b457..7b472684 100644
--- a/positioning/server/include/Sensor/VehicleSens_Common.h
+++ b/positioning/server/include/Sensor/VehicleSens_Common.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.
@@ -25,7 +25,7 @@
#include "Vehicle_API_Dummy.h"
#include "Vehicle_API_private.h"
-//#include "positioning_hal.h"
+#include "positioning_hal.h"
/************************************************************************
* Macro definitions *
@@ -126,6 +126,6 @@ u_int16 VehicleSensGetDataMasterOffset(DID);
#if CONFIG_SENSOR_EXT_VALID /* Initial Sensor Support */
u_int16 VehicleSensGetDataMasterExtOffset(DID);
#endif
-//void VehicleSensSetGpsVersion(const SENSOR_MSG_GPSDATA_DAT *pstData);
+void VehicleSensSetGpsVersion(const SENSOR_MSG_GPSDATA_DAT *pstData);
void VehicleSensGetDebugPosDate(void* pBuf, u_int8 uc_get_method);
#endif // POSITIONING_SERVER_INCLUDE_SENSOR_VEHICLESENS_COMMON_H_