|
Classes |
struct | tqsl_cabrilloField |
Defines |
#define | TQSL_CABRILLO_FIELD_NAME_LENGTH_MAX 64 |
#define | TQSL_CABRILLO_FIELD_VALUE_LENGTH_MAX 40 |
#define | TQSL_MIN_CABRILLO_MAP_FIELD 5 |
Typedefs |
typedef void * | tQSL_Cabrillo |
Enumerations |
enum | TQSL_CABRILLO_ERROR_TYPE {
TQSL_CABRILLO_NO_ERROR,
TQSL_CABRILLO_EOF,
TQSL_CABRILLO_NO_START_RECORD,
TQSL_CABRILLO_NO_CONTEST_RECORD,
TQSL_CABRILLO_UNKNOWN_CONTEST,
TQSL_CABRILLO_BAD_FIELD_DATA,
TQSL_CABRILLO_EOR
} |
| Cabrillo status values.
|
enum | TQSL_CABRILLO_FREQ_TYPE { TQSL_CABRILLO_HF,
TQSL_CABRILLO_VHF
} |
Functions |
DLLEXPORT const char * | tqsl_cabrilloGetError (TQSL_CABRILLO_ERROR_TYPE err) |
DLLEXPORT int | tqsl_beginCabrillo (tQSL_Cabrillo *cabp, const char *filename) |
DLLEXPORT int | tqsl_getCabrilloContest (tQSL_Cabrillo cab, char *buf, int bufsiz) |
DLLEXPORT int | tqsl_getCabrilloFreqType (tQSL_Cabrillo cab, TQSL_CABRILLO_FREQ_TYPE *type) |
DLLEXPORT int | tqsl_getCabrilloLine (tQSL_Cabrillo cab, int *lineno) |
DLLEXPORT const char * | tqsl_getCabrilloRecordText (tQSL_Cabrillo cab) |
DLLEXPORT int | tqsl_getCabrilloField (tQSL_Cabrillo cab, tqsl_cabrilloField *field, TQSL_CABRILLO_ERROR_TYPE *err) |
DLLEXPORT int | tqsl_endCabrillo (tQSL_Cabrillo *cabp) |