Flowcode Project File Parser

Ben Rowland 2019 (C) Matrix TSL


Target Device

PIC.16F.16F877A

Constants


Globals

UNSIGNED INT IndexIn9     UNSIGNED INT IndexIn8     BYTE Source     UNSIGNED INT IndexIn7     UNSIGNED INT IndexIn6     UNSIGNED INT IndexIn5     UNSIGNED INT IndexIn15     UNSIGNED INT IndexIn4     UNSIGNED INT IndexIn14     UNSIGNED INT IndexOut     UNSIGNED INT IndexIn3     UNSIGNED INT IndexIn13     UNSIGNED INT IndexIn2     UNSIGNED INT IndexIn12     UNSIGNED INT IndexIn1     UNSIGNED INT IndexIn11     UNSIGNED INT IndexIn0     UNSIGNED INT IndexIn10    

Ev_Timer    /    Ev_Property    /    Ev_LoadComplete    /    Prv_GetTypeBytes    /    Ev_AddVar    /    Interlace    /    Ev_AddHeader    /    Ev_Resize    /    InterlaceArray    /    Main

Ev_Timer

Return:     UNSIGNED LONG
Params:     UNSIGNED LONG TimerID    
Vars:     STRING temp_str     HANDLE Handle     BYTE idx    

Your browser does not support the HTML5 canvas tag.

Ev_Timer    /    Ev_Property    /    Ev_LoadComplete    /    Prv_GetTypeBytes    /    Ev_AddVar    /    Interlace    /    Ev_AddHeader    /    Ev_Resize    /    InterlaceArray    /    Main

Ev_Property

Return:     UNSIGNED LONG
Vars:     STRING temp_str     FLOAT Calc     UNSIGNED INT ByteCount     HANDLE Handle     FLOAT Div     FLOAT Y     BYTE Idx    

Your browser does not support the HTML5 canvas tag.

Ev_Timer    /    Ev_Property    /    Ev_LoadComplete    /    Prv_GetTypeBytes    /    Ev_AddVar    /    Interlace    /    Ev_AddHeader    /    Ev_Resize    /    InterlaceArray    /    Main

Ev_LoadComplete

Return:     UNSIGNED LONG

Your browser does not support the HTML5 canvas tag.

Ev_Timer    /    Ev_Property    /    Ev_LoadComplete    /    Prv_GetTypeBytes    /    Ev_AddVar    /    Interlace    /    Ev_AddHeader    /    Ev_Resize    /    InterlaceArray    /    Main

Prv_GetTypeBytes

Return:     BYTE
Params:     STRING typestr    
Vars:     BYTE type    

Your browser does not support the HTML5 canvas tag.

Ev_Timer    /    Ev_Property    /    Ev_LoadComplete    /    Prv_GetTypeBytes    /    Ev_AddVar    /    Interlace    /    Ev_AddHeader    /    Ev_Resize    /    InterlaceArray    /    Main

Ev_AddVar

Return:     UNSIGNED LONG
Params:     STRING VarName     STRING ExpandName     STRING Expansion    
Vars:     BYTE idx     STRING varStr     STRING propStr     UNSIGNED INT Size    

Your browser does not support the HTML5 canvas tag.

Ev_Timer    /    Ev_Property    /    Ev_LoadComplete    /    Prv_GetTypeBytes    /    Ev_AddVar    /    Interlace    /    Ev_AddHeader    /    Ev_Resize    /    InterlaceArray    /    Main

Interlace

Return:     VOID
Vars:     BYTE Val    

Your browser does not support the HTML5 canvas tag.

Ev_Timer    /    Ev_Property    /    Ev_LoadComplete    /    Prv_GetTypeBytes    /    Ev_AddVar    /    Interlace    /    Ev_AddHeader    /    Ev_Resize    /    InterlaceArray    /    Main

Ev_AddHeader

Return:     UNSIGNED LONG
Params:     STRING HeadCode    
Vars:     STRING CmpName     BYTE idx     STRING str1     STRING str2     STRING PropName    

Your browser does not support the HTML5 canvas tag.

Ev_Timer    /    Ev_Property    /    Ev_LoadComplete    /    Prv_GetTypeBytes    /    Ev_AddVar    /    Interlace    /    Ev_AddHeader    /    Ev_Resize    /    InterlaceArray    /    Main

Ev_Resize

Return:     UNSIGNED LONG
Params:     HANDLE Component     HANDLE PrevPos     BOOL Final    
Vars:     BYTE Idx     STRING Name     HANDLE Handle    

Your browser does not support the HTML5 canvas tag.

Ev_Timer    /    Ev_Property    /    Ev_LoadComplete    /    Prv_GetTypeBytes    /    Ev_AddVar    /    Interlace    /    Ev_AddHeader    /    Ev_Resize    /    InterlaceArray    /    Main

InterlaceArray

Return:     VOID
Vars:     BYTE idx    

Your browser does not support the HTML5 canvas tag.

Ev_Timer    /    Ev_Property    /    Ev_LoadComplete    /    Prv_GetTypeBytes    /    Ev_AddVar    /    Interlace    /    Ev_AddHeader    /    Ev_Resize    /    InterlaceArray    /    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