Adapter Functions

Top  Previous  Next

 

 

General picture of adapter function:

 

FUNCTION name(parameters)

 

PROLOG1: Parameters are still untouched, mostly for ADDCODEPROLOG1(...)

PROLOG2: Parameter type correction, parameter defaulting, buffer allocation for BUFFER(...) adaption

PROLOG3: Preparations, corrections that might rely on other corrected parameters, buffer allocation, adaptions that rely on BUFFER(...) adaption

 

CALL (or LOOP for DYNBUFFER)

 

EPILOG1

EPILOG2