18#define CLIENT_STATIC static     
   35#define TQSL_CABRILLO_MAX_FIELDS 12              
   36#define TQSL_CABRILLO_FIELD_NAME_LENGTH_MAX 64   
   37#define TQSL_CABRILLO_FIELD_VALUE_LENGTH_MAX 40  
   41        TQSL_CABRILLO_NO_ERROR,
 
   43        TQSL_CABRILLO_NO_START_RECORD,
 
   44        TQSL_CABRILLO_NO_CONTEST_RECORD,
 
   45        TQSL_CABRILLO_UNKNOWN_CONTEST,
 
   46        TQSL_CABRILLO_BAD_FIELD_DATA,
 
   56        TQSL_CABRILLO_UNKNOWN,
 
   61#define TQSL_MIN_CABRILLO_MAP_FIELD 5    
   62#define TQSL_DEF_CABRILLO_MAP_FIELD 8    
DLLEXPORT int CALLCONVENTION tqsl_getCabrilloLine(tQSL_Cabrillo cab, int *lineno)
DLLEXPORT const char *CALLCONVENTION tqsl_cabrilloGetError(TQSL_CABRILLO_ERROR_TYPE err)
TQSL_CABRILLO_ERROR_TYPE
Cabrillo status values.
Definition: cabrillo.h:40
#define TQSL_CABRILLO_FIELD_VALUE_LENGTH_MAX
Max field value length.
Definition: cabrillo.h:37
DLLEXPORT int CALLCONVENTION tqsl_beginCabrillo(tQSL_Cabrillo *cabp, const char *filename)
TQSL_CABRILLO_FREQ_TYPE
Definition: cabrillo.h:53
DLLEXPORT int CALLCONVENTION tqsl_endCabrillo(tQSL_Cabrillo *cabp)
DLLEXPORT int CALLCONVENTION tqsl_getCabrilloFreqType(tQSL_Cabrillo cab, TQSL_CABRILLO_FREQ_TYPE *type)
DLLEXPORT int CALLCONVENTION tqsl_getCabrilloContest(tQSL_Cabrillo cab, char *buf, int bufsiz)
#define TQSL_CABRILLO_FIELD_NAME_LENGTH_MAX
Max field name length.
Definition: cabrillo.h:36
void * tQSL_Cabrillo
Opaque cabrillo log type.
Definition: cabrillo.h:74
DLLEXPORT const char *CALLCONVENTION tqsl_getCabrilloRecordText(tQSL_Cabrillo cab)
DLLEXPORT int CALLCONVENTION tqsl_getCabrilloField(tQSL_Cabrillo cab, tqsl_cabrilloField *field, TQSL_CABRILLO_ERROR_TYPE *err)
Definition: cabrillo.h:69
#define CALLCONVENTION
Symbol exports - Windows only.
Definition: tqsllib.h:27
#define DLLEXPORT
Symbol exports - Windows only.
Definition: tqsllib.h:25