1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  
     | 
    
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>TrustedQSL Library API: Main Page</title>
<link href="tqsllib.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.4 -->
<div class="qindex"><a class="qindexHL" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="globals.html">File Members</a></div>
<h1>TrustedQSL Library API Documentation</h1>
<p>
The TrustedQSL library API is divided into several groups:<p>
<ul>
<li><a class="el" href="group__CertStuff.html">Certificate Handling API</a> - Request, load and retrieve digital certificates </li>
<li><a class="el" href="group__Data.html">Data API</a> - Manage station-location data and produce signed data records </li>
<li><a class="el" href="group__Convert.html">Converter API</a> - Convert and sign ADIF and Cabrillo log files </li>
<li><a class="el" href="group__Util.html">Utility API</a> - Functions to operate on objects, set system parameters, and report errors </li>
<li><a class="el" href="group__Sign.html">Signing API</a> - Low-level digital signing </li>
<li><a class="el" href="group__ADIF.html">ADIF API</a> - Low-level parsing and creation of ADIF files </li>
<li><a class="el" href="group__Cabrillo.html">Cabrillo API</a> - Low-level parsing of Cabrillo files.</li>
</ul>
Most of the library functions return an integer value that is zero if there is no error and 1 if there is an error. The specific error can be determined by examining <a class="el" href="group__Util.html#a0">tQSL_Error</a> and, possibly, <a class="el" href="group__Util.html#a1">tQSL_ADIF_Error</a>, <a class="el" href="group__Util.html#a2">tQSL_Cabrillo_Error</a>, <a class="el" href="group__Util.html#a3">tQSL_ErrorFile</a> and <a class="el" href="group__Util.html#a4">tQSL_CustomError</a>. The <a class="el" href="group__Util.html#a7">tqsl_getErrorString()</a> and <a class="el" href="group__Util.html#a8">tqsl_getErrorString_v()</a> functions can be used to get error text strings. <hr size="1"><address style="align: right;"><small>Generated on Tue Feb 22 08:15:36 2005 for TrustedQSL Library API by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
</a>1.3.4 </small></address>
</body>
</html>
 
     |