1 2 3
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 8. Ada Language</title><link rel="stylesheet" type="text/css" href="stylesheet.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="Documentation of the PLplot plotting software"><link rel="up" href="part_bindings.html" title="Part III. Supported computer languages"><link rel="prev" href="c.html" title="Chapter 7. C Language"><link rel="next" href="ada_overview.html" title="Overview"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 8. Ada Language</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="c.html">Prev</a> </td><th width="60%" align="center">Part III. Supported computer languages </th><td width="20%" align="right"> <a accesskey="n" href="ada_overview.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a name="ada"></a>Chapter 8. Ada Language</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="sect1"><a href="ada_overview.html">Overview</a></span></dt><dt><span class="sect1"><a href="ada_bindings.html">The Bindings</a></span></dt><dd><dl><dt><span class="sect2"><a href="ada_bindings.html#ada_thin">Thin Binding</a></span></dt><dt><span class="sect2"><a href="ada_bindings.html#ada_thick">The Thick Bindings</a></span></dt><dt><span class="sect2"><a href="ada_bindings.html#ada_thick_enhanced">Standard Thick Binding Using Enhanced Names</a></span></dt><dt><span class="sect2"><a href="ada_bindings.html#ada_thick_traditional">Thick Binding Using Traditional Names</a></span></dt></dl></dd><dt><span class="sect1"><a href="ada_examples.html">The Examples</a></span></dt><dt><span class="sect1"><a href="ada_obtaining.html">Obtaining the Software</a></span></dt><dd><dl><dt><span class="sect2"><a href="ada_obtaining.html#ada_obtaining_ada">Obtaining an Ada compiler</a></span></dt><dt><span class="sect2"><a href="ada_obtaining.html#ada_obtaining_plplot">Download and install PLplot</a></span></dt><dt><span class="sect2"><a href="ada_obtaining.html#ada_obtaining_bindings">The Ada bindings to PLplot</a></span></dt></dl></dd><dt><span class="sect1"><a href="ada_howto.html">How to use the Ada bindings</a></span></dt><dd><dl><dt><span class="sect2"><a href="ada_howto.html#ada_95_2005">Ada 95 versus Ada 2005</a></span></dt><dt><span class="sect2"><a href="ada_howto.html#ada_gnat_nongnat">GNAT versus non-GNAT</a></span></dt><dt><span class="sect2"><a href="ada_howto.html#ada_sample_project">Sample command line project</a></span></dt></dl></dd><dt><span class="sect1"><a href="ada_unique.html">Unique Features of the Ada bindings</a></span></dt><dd><dl><dt><span class="sect2"><a href="ada_unique.html#ada_high_level">High-level features for simplified plotting</a></span></dt><dt><span class="sect2"><a href="ada_unique.html#ada_integer_options">Integer Options Given Ada Names</a></span></dt><dt><span class="sect2"><a href="ada_unique.html#ada_one_offs">One-offs</a></span></dt></dl></dd><dt><span class="sect1"><a href="ada_c_flavor.html">Parts That Retain a C Flavor</a></span></dt><dd><dl><dt><span class="sect2"><a href="ada_c_flavor.html#idm2774">Map-drawing</a></span></dt></dl></dd><dt><span class="sect1"><a href="ada_known_variances.html">Known Variances</a></span></dt><dd><dl><dt><span class="sect2"><a href="ada_known_variances.html#idm2787">Documentation</a></span></dt><dt><span class="sect2"><a href="ada_known_variances.html#idm2792">API</a></span></dt></dl></dd><dt><span class="sect1"><a href="ada_compilation_notes.html">Compilation notes</a></span></dt><dd><dl><dt><span class="sect2"><a href="ada_compilation_notes.html#idm2803">Ada 95 Versus Ada 2005</a></span></dt><dt><span class="sect2"><a href="ada_compilation_notes.html#idm2806">GNAT Dependence</a></span></dt><dt><span class="sect2"><a href="ada_compilation_notes.html#idm2809">PLplot_Auxiliary</a></span></dt></dl></dd><dt><span class="sect1"><a href="ada_apple_notes.html">Notes for Apple Macintosh OS X users</a></span></dt><dd><dl><dt><span class="sect2"><a href="ada_apple_notes.html#idm2821">Using Apple's Xcode IDE</a></span></dt><dt><span class="sect2"><a href="ada_apple_notes.html#idm2828">AquaTerm</a></span></dt><dt><span class="sect2"><a href="ada_apple_notes.html#idm2834">X11</a></span></dt><dt><span class="sect2"><a href="ada_apple_notes.html#idm2837">GNAT for OS X</a></span></dt></dl></dd></dl></div><p>This document describes the Ada bindings to the PLplot technical
plotting software, how to obtain the necessary software components, and how
to use them together.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="c.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="part_bindings.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ada_overview.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 7. C Language </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Overview</td></tr></table></div></body></html>
|