Flowcode Project File Parser

Ben Rowland 2019 (C) Matrix TSL


Target Device

PIC.16F.16F18877

Constants


Globals



MapUlong    /    MapInt    /    MapFloat    /    MapLong    /    Ev_Renamed    /    MapUInt    /    MapByte    /    Main

MapUlong

Return:     UNSIGNED LONG
Params:     UNSIGNED LONG Value     UNSIGNED LONG InMin     UNSIGNED LONG InMax     UNSIGNED LONG OutMin     UNSIGNED LONG OutMax     BOOL ClampMinMax    

Your browser does not support the HTML5 canvas tag.

MapUlong    /    MapInt    /    MapFloat    /    MapLong    /    Ev_Renamed    /    MapUInt    /    MapByte    /    Main

MapInt

Return:     SIGNED INT
Params:     SIGNED INT Value     SIGNED INT InMin     SIGNED INT InMax     SIGNED INT OutMin     SIGNED INT OutMax     BOOL ClampMinMax    
Vars:     SIGNED LONG Temp    

Your browser does not support the HTML5 canvas tag.

MapUlong    /    MapInt    /    MapFloat    /    MapLong    /    Ev_Renamed    /    MapUInt    /    MapByte    /    Main

MapFloat

Return:     FLOAT
Params:     FLOAT Value     FLOAT InMin     FLOAT InMax     FLOAT OutMin     FLOAT OutMax     BOOL ClampMinMax    

Your browser does not support the HTML5 canvas tag.

MapUlong    /    MapInt    /    MapFloat    /    MapLong    /    Ev_Renamed    /    MapUInt    /    MapByte    /    Main

MapLong

Return:     SIGNED LONG
Params:     SIGNED LONG Value     SIGNED LONG InMin     SIGNED LONG InMax     SIGNED LONG OutMin     SIGNED LONG OutMax     BOOL ClampMinMax    

Your browser does not support the HTML5 canvas tag.

MapUlong    /    MapInt    /    MapFloat    /    MapLong    /    Ev_Renamed    /    MapUInt    /    MapByte    /    Main

Ev_Renamed

Return:     UNSIGNED LONG
Vars:     STRING Name    

Your browser does not support the HTML5 canvas tag.

MapUlong    /    MapInt    /    MapFloat    /    MapLong    /    Ev_Renamed    /    MapUInt    /    MapByte    /    Main

MapUInt

Return:     UNSIGNED INT
Params:     UNSIGNED INT Value     UNSIGNED INT InMin     UNSIGNED INT InMax     UNSIGNED INT OutMin     UNSIGNED INT OutMax     BOOL ClampMinMax    
Vars:     UNSIGNED LONG Temp    

Your browser does not support the HTML5 canvas tag.

MapUlong    /    MapInt    /    MapFloat    /    MapLong    /    Ev_Renamed    /    MapUInt    /    MapByte    /    Main

MapByte

Return:     BYTE
Params:     BYTE Value     BYTE InMin     BYTE InMax     BYTE OutMin     BYTE OutMax     BOOL ClampMinMax    
Vars:     UNSIGNED INT Temp    

Your browser does not support the HTML5 canvas tag.

MapUlong    /    MapInt    /    MapFloat    /    MapLong    /    Ev_Renamed    /    MapUInt    /    MapByte    /    Main

Main

Return:     VOID

Your browser does not support the HTML5 canvas tag.

Verison History

Version 0.6
12/09/19 BR - Created initial recursive parser
14/09/19 BR - Added support for disabled icons
18/09/19 BR - Fixed decision icon parsing
19/09/19 BR - Added switch icon support
23/09/19 BR - Fixed recursive loop spacing
27/09/19 BR - Further tweaked spacing and added Macro menu
30/09/19 BR - Improved all string spacing
01/10/19 BR - Improved While icon support