Home
last modified time | relevance | path

Searched refs:GPS_SWay (Results 1 – 12 of 12) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/libs/garmin/jeeps/
H A Dgpscom.h54 int32 GPS_Command_Get_Track(const char *port, GPS_PTrack **trk, int (*cb)(int, struct GPS_SWay **)…
57 int32 GPS_Command_Get_Waypoint(const char *port, GPS_PWay **way,int (*cb)(int, struct GPS_SWay **)…
58 …GPS_Command_Send_Waypoint(const char *port, GPS_PWay *way, int32 n, int (*cb)(struct GPS_SWay **));
66 int32 GPS_Command_Get_Lap(const char *port, GPS_PLap **lap, int (*cb)(int, struct GPS_SWay **));
74 int32 GPS_Command_Get_Workout(const char *port, void **lap, int (*cb)(int, struct GPS_SWay **));
75 …Command_Get_Fitness_User_Profile(const char *port, void **lap, int (*cb)(int, struct GPS_SWay **));
76 int32 GPS_Command_Get_Workout_Limits(const char *port, void **lap, int (*cb)(int, struct GPS_SWay
77 int32 GPS_Command_Get_Course_Limits(const char *port, void **lap, int (*cb)(int, struct GPS_SWay *…
H A Dgarmin_gps.h154 typedef struct GPS_SWay struct
285 typedef int (*pcb_fn) (int, struct GPS_SWay **);
H A Dgpscom.c136 int32 GPS_Command_Send_Waypoint(const char *port, GPS_PWay *way, int32 n, int (*cb)(struct GPS_SWay in GPS_Command_Send_Waypoint() argument
1324 int32 GPS_Command_Get_Workout(const char *port, void **lap, int (*cb)(int, struct GPS_SWay **)){ in GPS_Command_Get_Workout() argument
1328 …Command_Get_Fitness_User_Profile(const char *port, void **lap, int (*cb)(int, struct GPS_SWay **)){ in GPS_Command_Get_Fitness_User_Profile() argument
1332 int32 GPS_Command_Get_Workout_Limits(const char *port, void **lap, int (*cb)(int, struct GPS_SWay in GPS_Command_Get_Workout_Limits() argument
1336 int32 GPS_Command_Get_Course_Limits(const char *port, void **lap, int (*cb)(int, struct GPS_SWay *… in GPS_Command_Get_Course_Limits() argument
/dports/astro/gpsbabel14/gpsbabel-1.4.4/jeeps/
H A Dgpscom.h28 …int32 GPS_Command_Get_Track(const char* port, GPS_PTrack** trk, int (*cb)(int, struct GPS_SWay**)…
31 …int32 GPS_Command_Get_Waypoint(const char* port, GPS_PWay** way,int (*cb)(int, struct GPS_SWay**)…
32 … GPS_Command_Send_Waypoint(const char* port, GPS_PWay* way, int32 n, int (*cb)(struct GPS_SWay**));
40 int32 GPS_Command_Get_Lap(const char* port, GPS_PLap** lap, int (*cb)(int, struct GPS_SWay**));
48 int32 GPS_Command_Get_Workout(const char* port, void** lap, int (*cb)(int, struct GPS_SWay**));
49 …_Command_Get_Fitness_User_Profile(const char* port, void** lap, int (*cb)(int, struct GPS_SWay**));
50 …2 GPS_Command_Get_Workout_Limits(const char* port, void** lap, int (*cb)(int, struct GPS_SWay**));
51 …int32 GPS_Command_Get_Course_Limits(const char* port, void** lap, int (*cb)(int, struct GPS_SWay*…
H A Dgps.h124 typedef struct GPS_SWay { struct
250 typedef int (*pcb_fn)(int, struct GPS_SWay**);
H A Dgpscom.c135 int32 GPS_Command_Send_Waypoint(const char* port, GPS_PWay* way, int32 n, int (*cb)(struct GPS_SWay in GPS_Command_Send_Waypoint() argument
1313 int32 GPS_Command_Get_Workout(const char* port, void** lap, int (*cb)(int, struct GPS_SWay**)) in GPS_Command_Get_Workout() argument
1318 …S_Command_Get_Fitness_User_Profile(const char* port, void** lap, int (*cb)(int, struct GPS_SWay**)) in GPS_Command_Get_Fitness_User_Profile() argument
1323 int32 GPS_Command_Get_Workout_Limits(const char* port, void** lap, int (*cb)(int, struct GPS_SWay*… in GPS_Command_Get_Workout_Limits() argument
1328 int32 GPS_Command_Get_Course_Limits(const char* port, void** lap, int (*cb)(int, struct GPS_SWay**… in GPS_Command_Get_Course_Limits() argument
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/jeeps/
H A Dgpscom.h23 …int32 GPS_Command_Get_Track(const char* port, GPS_PTrack** trk, int (*cb)(int, struct GPS_SWay**)…
26 …int32 GPS_Command_Get_Waypoint(const char* port, GPS_PWay** way,int (*cb)(int, struct GPS_SWay**)…
27 … GPS_Command_Send_Waypoint(const char* port, GPS_PWay* way, int32 n, int (*cb)(struct GPS_SWay**));
35 int32 GPS_Command_Get_Lap(const char* port, GPS_PLap** lap, int (*cb)(int, struct GPS_SWay**));
43 int32 GPS_Command_Get_Workout(const char* port, void** lap, int (*cb)(int, struct GPS_SWay**));
44 …_Command_Get_Fitness_User_Profile(const char* port, void** lap, int (*cb)(int, struct GPS_SWay**));
45 …2 GPS_Command_Get_Workout_Limits(const char* port, void** lap, int (*cb)(int, struct GPS_SWay**));
46 …int32 GPS_Command_Get_Course_Limits(const char* port, void** lap, int (*cb)(int, struct GPS_SWay*…
H A Dgps.h124 typedef struct GPS_SWay { struct
250 typedef int (*pcb_fn)(int, struct GPS_SWay**);
H A Dgpscom.cc129 int32 GPS_Command_Send_Waypoint(const char* port, GPS_PWay* way, int32 n, int (*cb)(struct GPS_SWay in GPS_Command_Send_Waypoint() argument
1316 …and_Get_Workout(const char* /* port */, void** /* lap */, int (* /* cb */)(int, struct GPS_SWay**)) in GPS_Command_Get_Workout() argument
1321 …s_User_Profile(const char* /* port */, void** /* lap */, int (* /* cb */)(int, struct GPS_SWay**)) in GPS_Command_Get_Fitness_User_Profile() argument
1326 …_Workout_Limits(const char* /* port */, void** /* lap */, int (* /* cb */)(int, struct GPS_SWay**)) in GPS_Command_Get_Workout_Limits() argument
1331 …t_Course_Limits(const char* /* port */, void** /* lap */, int (* /* cb */)(int, struct GPS_SWay**)) in GPS_Command_Get_Course_Limits() argument
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dgarmin_wrapper.cpp117 GPS_SWay **ppway = (GPS_SWay **)malloc(nPoints * sizeof(GPS_PWay)); in Garmin_GPS_SendWaypoints()
161 GPS_SWay **Garmin_GPS_Create_A200_Route(Route *pr, int route_number, int *size) in Garmin_GPS_Create_A200_Route()
171 GPS_SWay **ppway = (GPS_SWay **)malloc((*size) * sizeof(GPS_PWay)); in Garmin_GPS_Create_A200_Route()
217 GPS_SWay **Garmin_GPS_Create_A201_Route(Route *pr, int route_number, int *size) in Garmin_GPS_Create_A201_Route()
228 GPS_SWay **ppway = (GPS_SWay **)malloc((*size) * sizeof(GPS_PWay)); in Garmin_GPS_Create_A201_Route()
339 GPS_SWay **ppway; in Garmin_GPS_SendRoute()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dgarmin.c405 static int lap_read_nop_cb(int n, struct GPS_SWay** dp) in lap_read_nop_cb()
896 tx_waylist = (struct GPS_SWay**) xcalloc(n,sizeof(*tx_waylist)); in waypoint_prepare()
1107 tx_routelist = (struct GPS_SWay**) xcalloc(n,sizeof(GPS_PWay)); in route_write()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dgarmin.cc448 static int lap_read_nop_cb(int, struct GPS_SWay**) in lap_read_nop_cb() argument
926 tx_waylist = (struct GPS_SWay**) xcalloc(n,sizeof(*tx_waylist)); in waypoint_prepare()
1118 tx_routelist = (struct GPS_SWay**) xcalloc(n,sizeof(GPS_PWay)); in route_write()