Commit 9173b342 authored by oscar's avatar oscar

提交修改

parent 20d6377e
...@@ -2,12 +2,15 @@ ...@@ -2,12 +2,15 @@
#include "MapLocation.h" #include "MapLocation.h"
#include <sys/time.h> #include <sys/time.h>
#include <unistd.h> #include <unistd.h>
#include "CoordSys.h"
namespace JfxLocation namespace JfxLocation
{ {
static const double sc_min_prob = 0.8; static const double sc_min_prob = 0.8;
using namespace jf;
uint64_t GetCurTime() uint64_t GetCurTime()
{ {
struct timeval time; struct timeval time;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment