kpilot/lib
kpilotlink.h File Reference
Detailed Description
Encapsulates all the communication with the pilot.Also does daemon-like polling of the Pilot. Interesting status changes are signalled.
Definition in file kpilotlink.h.
#include <time.h>
#include <pi-dlp.h>
#include <qobject.h>
#include <qptrlist.h>
Go to the source code of this file.
Classes | |
struct | db |
The struct db is a description class for Pilot databases by Kenneth Albanowski. More... | |
class | KPilotDeviceLink |
A class that handles some aspects of communication with the Handheld. More... | |
Defines | |
#define | pi_mktag(c1, c2, c3, c4) (((c1)<<24)|((c2)<<16)|((c3)<<8)|(c4)) |
Functions | |
bool | operator< (const struct db &, const struct db &) |