gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH 4/4] client-howto: update the description of gpxlogger


From: Beat Bolli
Subject: [gpsd-dev] [PATCH 4/4] client-howto: update the description of gpxlogger.c.
Date: Sat, 6 Feb 2016 22:32:58 +0100

Much of the low-level reading and select stuff was moved into libgps a
long time ago.

Signed-off-by: Beat Bolli <address@hidden>
---
 www/client-howto.txt | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/www/client-howto.txt b/www/client-howto.txt
index 4f2c540..400b2b1 100644
--- a/www/client-howto.txt
+++ b/www/client-howto.txt
@@ -498,11 +498,7 @@ The source distribution includes two example clients in C;
 gpxlogger.c and cgps.c.
 
 gpxlogger.c illustrates the simplest possible program flow; open,
-followed by stream, followed by blocking reads forever.  The use of
-select is not strictly necessary, but illustrates how to wait for data
-from the daemon; it would work even if the read were
-non-blocking. This would only be appropriate for a batch-mode report
-generator.
+followed by stream, followed by the library main loop.
 
 cgps.c shows what an interactive application using the library and
 also hw processing user commands works.  Note the use of the curses
-- 
2.7.1.370.gb2aa7f8



reply via email to

[Prev in Thread] Current Thread [Next in Thread]