~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to doc/docbook/src/plparseopts.html

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>      plparseopts: Parse command-line arguments
 
6
    </TITLE
 
7
><META
 
8
NAME="GENERATOR"
 
9
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
10
REL="HOME"
 
11
TITLE="The PLplot Plotting Library"
 
12
HREF="index.html"><LINK
 
13
REL="UP"
 
14
TITLE="The Common API for PLplot"
 
15
HREF="api.html"><LINK
 
16
REL="PREVIOUS"
 
17
TITLE="
 
18
      plot3dc: Magnitude colored plot surface with contour.
 
19
    "
 
20
HREF="plot3dc.html"><LINK
 
21
REL="NEXT"
 
22
TITLE="
 
23
      plpat: Set area fill pattern
 
24
    "
 
25
HREF="plpat.html"><LINK
 
26
REL="STYLESHEET"
 
27
TYPE="text/css"
 
28
HREF="stylesheet.css"></HEAD
 
29
><BODY
 
30
CLASS="sect1"
 
31
BGCOLOR="#FFFFFF"
 
32
TEXT="#000000"
 
33
LINK="#0000FF"
 
34
VLINK="#840084"
 
35
ALINK="#0000FF"
 
36
><DIV
 
37
CLASS="NAVHEADER"
 
38
><TABLE
 
39
SUMMARY="Header navigation table"
 
40
WIDTH="100%"
 
41
BORDER="0"
 
42
CELLPADDING="0"
 
43
CELLSPACING="0"
 
44
><TR
 
45
><TH
 
46
COLSPAN="3"
 
47
ALIGN="center"
 
48
>The PLplot Plotting Library: Programmer's Reference Manual</TH
 
49
></TR
 
50
><TR
 
51
><TD
 
52
WIDTH="10%"
 
53
ALIGN="left"
 
54
VALIGN="bottom"
 
55
><A
 
56
HREF="plot3dc.html"
 
57
ACCESSKEY="P"
 
58
>Prev</A
 
59
></TD
 
60
><TD
 
61
WIDTH="80%"
 
62
ALIGN="center"
 
63
VALIGN="bottom"
 
64
>Chapter 17. The Common API for PLplot</TD
 
65
><TD
 
66
WIDTH="10%"
 
67
ALIGN="right"
 
68
VALIGN="bottom"
 
69
><A
 
70
HREF="plpat.html"
 
71
ACCESSKEY="N"
 
72
>Next</A
 
73
></TD
 
74
></TR
 
75
></TABLE
 
76
><HR
 
77
ALIGN="LEFT"
 
78
WIDTH="100%"></DIV
 
79
><DIV
 
80
CLASS="sect1"
 
81
><H3
 
82
CLASS="sect1"
 
83
><A
 
84
NAME="plparseopts"
 
85
><CODE
 
86
CLASS="function"
 
87
>plparseopts</CODE
 
88
>: Parse command-line arguments</A
 
89
></H3
 
90
><P
 
91
>      <DIV
 
92
CLASS="funcsynopsis"
 
93
><P
 
94
></P
 
95
><A
 
96
NAME="AEN6986"
 
97
></A
 
98
><TABLE
 
99
CLASS="funcprototype"
 
100
><TR
 
101
><TD
 
102
><CODE
 
103
CLASS="FUNCDEF"
 
104
>         plparseopts
 
105
        </CODE
 
106
>(p_argc, argv, mode);</TD
 
107
></TR
 
108
></TABLE
 
109
><P
 
110
></P
 
111
></DIV
 
112
>
 
113
    </P
 
114
><P
 
115
>    Parse command-line arguments.
 
116
    </P
 
117
><TABLE
 
118
CLASS="variablelist"
 
119
><TR
 
120
><TD
 
121
><DL
 
122
><DT
 
123
><CODE
 
124
CLASS="parameter"
 
125
>p_argc</CODE
 
126
>
 
127
          (<TT
 
128
CLASS="literal"
 
129
>int *</TT
 
130
>, input)</DT
 
131
><DD
 
132
><P
 
133
>           pointer to number of arguments.
 
134
          </P
 
135
></DD
 
136
><DT
 
137
><CODE
 
138
CLASS="parameter"
 
139
>argv</CODE
 
140
>
 
141
          (<TT
 
142
CLASS="literal"
 
143
>char **</TT
 
144
>, input)</DT
 
145
><DD
 
146
><P
 
147
>           Pointer to character array containing
 
148
            <TT
 
149
CLASS="literal"
 
150
><CODE
 
151
CLASS="parameter"
 
152
>*p_argc</CODE
 
153
></TT
 
154
> command-line
 
155
            arguments.
 
156
          </P
 
157
></DD
 
158
><DT
 
159
><CODE
 
160
CLASS="parameter"
 
161
>mode</CODE
 
162
>
 
163
          (<TT
 
164
CLASS="literal"
 
165
>PLINT</TT
 
166
>, input)</DT
 
167
><DD
 
168
><P
 
169
>           Parsing mode with the following possibilities:
 
170
<P
 
171
></P
 
172
><UL
 
173
><LI
 
174
><P
 
175
>PL_PARSE_FULL (1) -- Full parsing of command line and all error messages
 
176
enabled, including program exit when an error occurs.  Anything on the
 
177
command line that isn't recognized as a valid option or option argument is
 
178
flagged as an error.
 
179
</P
 
180
></LI
 
181
><LI
 
182
><P
 
183
>PL_PARSE_QUIET (2) -- Turns off all output except in the case of errors.
 
184
</P
 
185
></LI
 
186
><LI
 
187
><P
 
188
>PL_PARSE_NODELETE (4) -- Turns off deletion of processed arguments.
 
189
</P
 
190
></LI
 
191
><LI
 
192
><P
 
193
>PL_PARSE_SHOWALL (8) -- Show invisible options
 
194
</P
 
195
></LI
 
196
><LI
 
197
><P
 
198
>PL_PARSE_NOPROGRAM (32) -- Specified if argv[0] is NOT a pointer to the
 
199
program name.
 
200
</P
 
201
></LI
 
202
><LI
 
203
><P
 
204
>PL_PARSE_NODASH (64) -- Set if leading dash is NOT required.
 
205
</P
 
206
></LI
 
207
><LI
 
208
><P
 
209
>PL_PARSE_SKIP (128) -- Set to quietly skip over any unrecognized args.
 
210
</P
 
211
></LI
 
212
></UL
 
213
>
 
214
          </P
 
215
></DD
 
216
></DL
 
217
></TD
 
218
></TR
 
219
></TABLE
 
220
></DIV
 
221
><DIV
 
222
CLASS="NAVFOOTER"
 
223
><HR
 
224
ALIGN="LEFT"
 
225
WIDTH="100%"><TABLE
 
226
SUMMARY="Footer navigation table"
 
227
WIDTH="100%"
 
228
BORDER="0"
 
229
CELLPADDING="0"
 
230
CELLSPACING="0"
 
231
><TR
 
232
><TD
 
233
WIDTH="33%"
 
234
ALIGN="left"
 
235
VALIGN="top"
 
236
><A
 
237
HREF="plot3dc.html"
 
238
ACCESSKEY="P"
 
239
>Prev</A
 
240
></TD
 
241
><TD
 
242
WIDTH="34%"
 
243
ALIGN="center"
 
244
VALIGN="top"
 
245
><A
 
246
HREF="index.html"
 
247
ACCESSKEY="H"
 
248
>Home</A
 
249
></TD
 
250
><TD
 
251
WIDTH="33%"
 
252
ALIGN="right"
 
253
VALIGN="top"
 
254
><A
 
255
HREF="plpat.html"
 
256
ACCESSKEY="N"
 
257
>Next</A
 
258
></TD
 
259
></TR
 
260
><TR
 
261
><TD
 
262
WIDTH="33%"
 
263
ALIGN="left"
 
264
VALIGN="top"
 
265
><CODE
 
266
CLASS="function"
 
267
>plot3dc</CODE
 
268
>: Magnitude colored plot surface with contour.</TD
 
269
><TD
 
270
WIDTH="34%"
 
271
ALIGN="center"
 
272
VALIGN="top"
 
273
><A
 
274
HREF="api.html"
 
275
ACCESSKEY="U"
 
276
>Up</A
 
277
></TD
 
278
><TD
 
279
WIDTH="33%"
 
280
ALIGN="right"
 
281
VALIGN="top"
 
282
><CODE
 
283
CLASS="function"
 
284
>plpat</CODE
 
285
>: Set area fill pattern</TD
 
286
></TR
 
287
></TABLE
 
288
></DIV
 
289
></BODY
 
290
></HTML
 
291
>
 
 
b'\\ No newline at end of file'