native.html 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. title: 'Embedding',
  3. crumbs: [
  4. { 'Reference': '../ref/' },
  5. ],
  6. }
  7. <h1>Native APIs</h1>
  8. <p>The GoAhead Native APIs consist of C language headers, function prototypes, structure definitions and
  9. defines. They are divided into one of these areas.</p>
  10. <table title="APIs" class="ui table segment">
  11. <thead>
  12. <tr>
  13. <th>Area</th>
  14. <th>Description</th>
  15. </tr>
  16. </thead>
  17. <tbody>
  18. <tr>
  19. <td><a href="api/goahead.html">GoAhead</a></td>
  20. <td>GoAhead Http API</td>
  21. </tr>
  22. <tr>
  23. <td class="nowrap"><a href="api/osdep.html">OSDEP</a></td>
  24. <td>O/S Dependent layer</td>
  25. </tr>
  26. </tbody>
  27. </table>
  28. <h2>Stability Classifications</h2>
  29. <p>Rather than providing a blanket Backwards <a href="compatibility.html">Compatibility</a>
  30. guarantee, APIs are individually classified according to their stability. These <a href=
  31. "stability.html">Stability Classifications</a> should assist developers in migrating to new
  32. versions of GoAhead.</p>