1SEARCHRDSFIG(3)             RDS PHYSICAL FUNCTIONS             SEARCHRDSFIG(3)
2
3
4

NAME

6       searchrdsfig - searches by name a figure in the list of figures
7

SYNOPSIS

9       #include "rutnnn.h"
10        rdsfig_list ∗searchrdsfig( Name )
11          char ∗Name;
12

PARAMETER

14       Name                Name of the figure to search.
15

DESCRIPTION

17       The  searchrdsfig function searches a figure by its name in the list of
18       figures in memory.
19

RETURN VALUE

21       Pointer to the figure searched. If the figure is not found then pointer
22       NULL is returned.
23

ERRORS

25       none
26

EXAMPLE

28               #include "mutnnn.h"
29               #include "rdsnnn.h"
30               #include "rutnnn.h"
31               #include "rtlnnn.h"
32               main()
33                {
34                  rdsfig_list ∗Figure;
35                  rdsfig_list ∗ScanFigure;
36                  mbkenv();
37                  rdsenv();
38                  loadrdsparam();
39                  Figure = addrdsfig("na2",0);
40                  Figure = addrdsfig("no2",0);
41                  Figure = addrdsfig("xr2",0);
42                  Figure = addrdsfig("n03",0);
43                  ScanFigure = searchrdsfig("xr2");
44                  viewrdsfig ( ScanFigure );
45                }
46

SEE ALSO

48       librtl, librds
49
50
51
52
53
54
55ASIM/LIP6                       October 1, 1997                SEARCHRDSFIG(3)
Impressum