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

NAME

6       loadrdsparam - load parameters from symbolic to real conversion.
7

SYNOPSIS

9       void loadrdsparam()
10

PARAMETER

12       none
13

DESCRIPTION

15       The  loadrdsparam  function  loads  parameters contained in a file with
16       extention ".rds" which is the translation file from symbolic  to  real.
17       Some  of these files are contained in the path "/labo/etc".See them for
18       more information.
19       When programming, this function must be called before using  the  func‐
20       tions of the RFM library ( MBK to RDS conversion functions).
21       The  name of the file "nnn.rds" is set with the environment variable of
22       unix system "RDS_TECHNO_NAME". For more information about it,  see  the
23       RTL  library.   Before  calling  the loadrdsparam function, environment
24       variables must be set by using the function rdsenv.
25

RETURN VALUE

27       none
28

ERRORS

30       Errors can appear during loading of the "file.rds". All error  messages
31       have the header "Rpr203:" and an explanation of the error.
32       example :
33       "Rpr203: Some tables missing"
34

EXAMPLE

36               #include "mphnnn.h"
37               #include "mutnnn.h"
38               #include "rdsnnn.h"
39               #include "rtlnnn.h"
40               #include "rprnnn.h"
41               #include "rfmnnn.h"
42               main()
43                {
44                  rdsfig_list *RdsFigure;
45                  phfig_list  *MbkFigure;
46                  mbkenv();
47                  rdsenv();
48                  /* */ loadrdsparam ();
49                  MbkFigure = getphfig ( "na2_y", 'A' );
50                  RdsFigure = figmbkrds ( MbkFigure, 0, 1);
51                  viewrfmfig ( MbkFigure, RdsFigure );
52                  . . .
53                }
54

SEE ALSO

56       librpr, librtl, rdsenv, mbkenv
57
58
59
60
61
62
63ASIM/LIP6                       October 1, 1997                LOADRDSPARAM(3)
Impressum