LOADRDSFIG(3) | RDS PHYSICAL FUNCTIONS | LOADRDSFIG(3) |
loadrdsfig - give back a pointer to a figure
See the file buster/alliance/alc_origin.1.en.gz.
#include "rtlnnn.h"
void loadrdsfig( Figure, Name, Mode )
rdsfig_list ∗Figure;
char ∗Name;
char Mode;
This field can take three values :
The loadrdsfig function loads in memory a cell model from disk. The loadrdsfig function in fact performs a call to a parser ,chosen by the RDS_IN environment variable.
The pointer to the created figure. (it's the parameter ´Figure´ of the loadrdsfig function).
"Rtl103.h: Unknown rds input format"
Other errors can appear because the loadrdsfig function calls cif and gds parsers.
#include "mutnnn.h"
#include "rdsnnn.h"
#include "rtlnnn.h"
main()
{
rdsfig_list ∗RdsFigure;
mbkenv();
rdsenv();
loadrdsparam();
/∗ ∗/ loadrdsfig (RdsFigure, "core", 'A');
viewrdsfig( Figure );
}
librtl, getrdsfig, rdsenv, RDS_IN
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |