FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
float ConnectionGPS::ConvTm
(
const string &
t
)
const
inline
private
Definition at line
46
of file
gpsctrl.cc
.
47
{
48
const
double
tf = stof(
t
);
49
const
uint32_t ti = stoi(
t
);
50
51
const
double
h = ti/10000;
52
const
double
m = (ti/100)%100;
53
const
double
s = fmod(tf, 100);
54
55
return
h/24 + m/1440 + s/86400;
56
}
t
TT t
Definition:
test_client.c:26
ConnectionGPS
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11