FLM5UPLB - Description - Load module interface for FLAM subprogram. More...
Go to the source code of this file.
Macros | |
#define | FLAM_ARCHIVE 1 |
ARCHIVE command. |
Functions | |
void | FMUVSN (int *rtc, int *vsnLen, char *vsn) |
Version. | |
void | FMUABO (int *rtc, int *aboLen, char *abo) |
About. | |
void | FMULIC (int *rtc, int *licLen, char *lic) |
Get license text. | |
void | FMUENV (int *rtc, const int *sys, const int *std, const int *envLen, const char *envStr, int *cnt) |
Load the FLAM environment. | |
void | FMUARC (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
FLAM ARCHIVE - Archive handling function. | |
void | FMURSN (int *rsn, int *msgLen, char *msg) |
Returns reason code and message. | |
void | FMUHLP (int *rtc, const int *what, const int *depth, const int *pathLen, const char *path, const int *outLen, const char *out) |
Returns help information about the command strings. | |
void | FMUSYN (int *rtc, const int *what, const int *depth, const int *pathLen, const char *path, const int *outLen, const char *out) |
Return syntax information about the command string. | |
void | FMUDOC (int *rtc, const int *what, const int *pathLen, const char *path, const int *outLen, const char *out) |
Return documentation. | |
void | FMUPRO (int *rtc, const int *what, const int *iproLen, const char *ipro, const int *propLen, const char *prop, const int *oproLen, const char *opro, const int *outLen, const char *out) |
Manage properties. |
FLM5UPLB - Description - Load module interface for FLAM subprogram.