Home
last modified time | relevance | path

Searched refs:get_double_number (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gps/
H A Dgps.cpp157 m_gps->high = get_double_number(&buf[Getbufnum(9,buf)]); in parse_gps()
172 m_gps->latitude =get_double_number(&buf[Getbufnum(3,buf)]); in parse_gps()
174 m_gps->longitude=get_double_number(&buf[Getbufnum(5,buf)]); in parse_gps()
215 double gps::get_double_number(char *s) in get_double_number() function in gps
H A Dgps.h63 double get_double_number(char *s);