AMX 86 Frozen Dessert Maker User Manual


 
354
K
A
DAK
Generator Specifications
C.2 User Parameter File Specification
The User Parameter File is a text file structured as illustrated in Figure C.2-1. The file
consists of a sequence of keywords of the form ...XXX which begin in column one. Each
keyword is followed by one or more parameters which you must provide.
; Constant definitions
...UPT NME,UMS,CLP,CLF,NTK,NTM
...STK ESS,ISS
...OPT TSLICE,NSM,NEV,NMX,NBP,ROMS,CAT,BKPT
;
; Time/Date Manager selection
...TAD UPSHED
;
; Your Fatal Exit Procedure and User Error Procedure
...FEX UPFEX,UPERR
;
; Your task definitions
...TDT TKPROC,TKTAG,ATTR,STACK,PRIORITY,SLICE,MB0,MB1,MB2,MB3,TKID
;
; Your Restart Procedures
...RRX UPRRP
;
; Your Exit Procedures
...EXX UPEXP
;
; Your interval timer definitions
...TMR TMPROC,PERIOD,PARAM,TMTAG,TMID
;
; Your semaphore definitions
...SEM SMVAL,SMTAG,SMID
;
; Your event group definitions
...EVG EVAL,EVTAG,EVID
;
; Your message exchange definitions
...MEX MBO,MB1,MB2,MB3,MXTAG,MXID
;
; Your buffer pool definitions
...PDT BPN,BPS,BPTAG,BPID
;
; Memory Manager options
...MAL UPMAP
;
; Configuration extension parameters
...EXT X1,X2,DBGA,BPED,BPXD,PCSOPT
Figure C.2-1 User Parameter File