FLM5UPLB-API
FLAM Load Module Interface Version: 5.2.0-37009
FLM5UPLB.h
Go to the documentation of this file.
1
196
197#ifndef INC_FLM5UPLB_H
198#define INC_FLM5UPLB_H
199
201#ifdef __cplusplus
202 extern "C" {
203#endif
204
206
207/**********************************************************************/
214#define FLAM_ARCHIVE 1
216/**********************************************************************/
221
253extern void FMUVSN(
254 int* rtc,
255 int* vsnLen,
256 char* vsn);
257
289extern void FMUABO(
290 int* rtc,
291 int* aboLen,
292 char* abo);
293
324extern void FMULIC(
325 int* rtc,
326 int* licLen,
327 char* lic);
328
379extern void FMUENV(
380 int* rtc,
381 const int* sys,
382 const int* std,
383 const int* envLen,
384 const char* envStr,
385 int* cnt);
386
439extern void FMUARC(
440 int* rtc,
441 const int* cmdLen,
442 const char* cmd,
443 const int* proLen,
444 const char* pro,
445 const int* outLen,
446 const char* out,
447 const int* trcLen,
448 const char* trc);
449
479extern void FMURSN(
480 int* rsn,
481 int* msgLen,
482 char* msg);
483
529extern void FMUHLP(
530 int* rtc,
531 const int* what,
532 const int* depth,
533 const int* pathLen,
534 const char* path,
535 const int* outLen,
536 const char* out);
537
583extern void FMUSYN(
584 int* rtc,
585 const int* what,
586 const int* depth,
587 const int* pathLen,
588 const char* path,
589 const int* outLen,
590 const char* out);
591
634extern void FMUDOC(
635 int* rtc,
636 const int* what,
637 const int* pathLen,
638 const char* path,
639 const int* outLen,
640 const char* out);
641
704extern void FMUPRO(
705 int* rtc,
706 const int* what,
707 const int* iproLen,
708 const char* ipro,
709 const int* propLen,
710 const char* prop,
711 const int* oproLen,
712 const char* opro,
713 const int* outLen,
714 const char* out);
715
717/**********************************************************************/
718
720
721#ifdef __cplusplus
722 }
723#endif
725#endif /* INC_FLM5UPLB_H */
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.
void FMUABO(int *rtc, int *aboLen, char *abo)
About.
void FMUDOC(int *rtc, const int *what, const int *pathLen, const char *path, const int *outLen, const char *out)
Return documentation.
void FMUENV(int *rtc, const int *sys, const int *std, const int *envLen, const char *envStr, int *cnt)
Load the FLAM environment.
void FMULIC(int *rtc, int *licLen, char *lic)
Get license text.
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 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 FMUVSN(int *rtc, int *vsnLen, char *vsn)
Version.
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.