summaryrefslogtreecommitdiff
path: root/libgpsmm.xml
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-05-17 01:02:23 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-05-17 01:02:23 +0200
commit24d0b64a49a62ff74336fb52db52056090dba5fe (patch)
tree19e84f27681ba06ec08c359fa2c74a521c6d6d2f /libgpsmm.xml
parent38407a02a77611ef4e7a83eb503add097bb344e0 (diff)
downloadgpsd-24d0b64a49a62ff74336fb52db52056090dba5fe.tar.gz
Explain libQgpsmm in libgpsmm.3 and add a refname.
Diffstat (limited to 'libgpsmm.xml')
-rw-r--r--libgpsmm.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/libgpsmm.xml b/libgpsmm.xml
index 1af101e1..5e987d5e 100644
--- a/libgpsmm.xml
+++ b/libgpsmm.xml
@@ -15,7 +15,8 @@ BSD terms apply: see the file COPYING in the distribution root for details.
</refmeta>
<refnamediv id='name'>
<refname>libgpsmm</refname>
-<refpurpose>C++ class wrapper for the GPS daemon</refpurpose>
+<refname>libQgpsmm</refname>
+<refpurpose>C++ and QT class wrapper for the GPS daemon</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<funcsynopsis>
@@ -60,8 +61,9 @@ C++:
<refsect1 id='description'><title>DESCRIPTION</title>
-<para><emphasis remap='B'>libgpsmm</emphasis> is a mere wrapper over
-<emphasis remap='B'>libgps</emphasis>. Method names are the same as
+<para><emphasis remap='B'>libgpsmm and libQgpsmm</emphasis> are mere wrappers over
+ <emphasis remap='B'>libgps</emphasis>. The important difference between the libraries is that libgpsmm is targeted at C++ applications and contained in <emphasis remap='B'>libgps</emphasis>, while libQgpsmm is platform independant by using QTcpSocket to connect to <emphasis remap='B'>gpsd</emphasis> and shipped as an additional library due to the necessary linking to QT.
+Method names are the same as
the analogue C functions. For a detailed description of the functions
please read
<citerefentry><refentrytitle>libgps</refentrytitle><manvolnum>3</manvolnum></citerefentry>.