From 531f5384638b9fe3e21e542ce6eed9a39b98fdfb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 14 Sep 2013 06:54:44 -0400 Subject: Split Type 24 reporting, including the -s option to gpsdecode. All regression tests pass. --- libgps_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libgps_core.c') diff --git a/libgps_core.c b/libgps_core.c index 3d0c57e6..5da71c4e 100644 --- a/libgps_core.c +++ b/libgps_core.c @@ -319,12 +319,13 @@ void libgps_dump_state(struct gps_data_t *collect) collect->version.proto_minor); if (collect->set & POLICY_SET) (void)fprintf(debugfp, - "POLICY: watcher=%s nmea=%s raw=%d scaled=%s timing=%s, devpath=%s\n", + "POLICY: watcher=%s nmea=%s raw=%d scaled=%s timing=%s, split24=%s devpath=%s\n", collect->policy.watcher ? "true" : "false", collect->policy.nmea ? "true" : "false", collect->policy.raw, collect->policy.scaled ? "true" : "false", collect->policy.timing ? "true" : "false", + collect->policy.split24 ? "true" : "false", collect->policy.devpath); if (collect->set & SATELLITE_SET) { int i; -- cgit v1.2.1