From 2cfc22e1ea5140861499ee5b7142766fb8f754f7 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期二, 29 九月 2020 15:53:20 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/utils/xconvert.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/utils/xconvert.h b/lib/src/main/cpp/utils/xconvert.h index 9821df7..27e0bdd 100644 --- a/lib/src/main/cpp/utils/xconvert.h +++ b/lib/src/main/cpp/utils/xconvert.h @@ -6,6 +6,8 @@ #define MYAPPLICATION2_XCONVERT_H #include <cstdint> +#include <string> +#include <vector> double ConvertKMh2Ms(int kmh); double ConvertMs2KMh(double ms); @@ -17,4 +19,6 @@ uint32_t TimeMakeComposite(int hour, int minute, int second, int msecond); uint32_t TimeGetDiff(int hour1, int minute1, int second1, int msecond1, int hour2, int minute2, int second2, int msecond2); +std::vector<std::string> split(std::string str, std::string pattern); + #endif //MYAPPLICATION2_XCONVERT_H -- Gitblit v1.8.0