root/saga/trunk/docs/manual/adaptor_guide/tex/saga_adaptor_guide.tex

Revision 3241, 1.2 kB (checked in by amerzky, 11 months ago)

added a section about adaptor writing. Should be extended.
A

Line 
1
2 \newcommand{\sagadocument}{SAGA C++}
3 \newcommand{\sagaversion} {0.1}
4 \newcommand{\sagabasename}{saga_adaptor_guide}
5 \newcommand{\sagaemail}   {saga-users@cct.lsu.edu}
6
7 \input{saga_adaptor_guide_include}
8
9 \sagaverb{\|}
10
11 \begin{document}
12
13   \thispagestyle{empty} \sagadocument{}
14                 \hfill Ole Weidner, Center for Computation \& Technology\\
15       [1em] Version: \sagaversion \hfill {\sagadate}
16
17   \hrulefill\\
18
19   \B{\large SAGA C++ Adaptor Guide}\\
20
21   \U{Abstract}
22
23   This documents provides an overview of all available Adaptors for the SAGA C++
24   Reference Implementation.
25
26   \vfill
27
28
29   \U{Copyright Notice}
30
31   Copyright \copyright~CCT / Louisiana State Univeristy(2007).  All Rights
32   Reserved.\\
33
34   \newpage \setcounter{tocdepth}{3} \tableofcontents
35
36   \newpage
37
38   %-----------------------------------------------------------------
39   % Intro, structure, disclaimer, ...
40   %-----------------------------------------------------------------
41
42   \sagasec {Globus GridFTP File Adaptor     }{globus_gridftp}
43   \sagasec {Globus GRAM2 Job Adaptor        }{globus_gram2_job}
44
45   \sagasec {Writing new SAGA adaptors       }{writing}
46  
47   \appendix
48   \section*{Appendix}
49
50   %\sagasec {Known Issues \& Feedback     }{feedback}
51
52   \sagabib {saga_programming}
53
54 \end{document}
55
56
Note: See TracBrowser for help on using the browser.