?? nmea-util.h
字號(hào):
#ifndef __NMEA_UTIL_H__#define __NMEA_UTIL_H__typedef enum { UNKNOWN_DIRECTION = 0, NORTH, SOUTH, EAST, WEST } direction;direction string_to_direction(const char *);int sentence_parse(char *, const char **, int max);void parse_latlong(const char *data_in, int *degrees, float *mins);const char * direction_to_string(direction dir);char direction_to_char(direction dir);#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -