kpilot/lib
db Struct Reference
#include <kpilotlink.h>
Detailed Description
The struct db is a description class for Pilot databases by Kenneth Albanowski.It's not really clear why it's *here*. The macro pi_mktag is meant to be given four char (8-bit) quantities, which are arranged into an unsigned long; for example pi_mktag('l','n','c','h'). This is called the creator tag of a database, and db.creator can be compared with such a tag. The tag lnch is used by the Pilot's launcher app. Some parts of KPilot require such a tag.
Definition at line 62 of file kpilotlink.h.
Public Attributes | |
char | name [256] |
int | flags |
unsigned long | creator |
unsigned long | type |
int | maxblock |
The documentation for this struct was generated from the following file: