Flowcode Project File Parser

Ben Rowland 2019 (C) Matrix TSL


Target Device

ESP.ESP32.ESP32_WROOM_32

Constants


Globals

STRING ElementData    

FindName    /    ReadName    /    ReadDataAsString    /    Ev_GetVarSize    /    ParseJSON    /    ReadDataAsFloat    /    ReadDataAsNumber    /    GetData    /    Main

FindName

Return:     SIGNED INT
Params:     STRING Name     UNSIGNED INT SkipCount    
Vars:     SIGNED INT Idx     BOOL QuoteToggle     UNSIGNED INT Jdx    

Your browser does not support the HTML5 canvas tag.

FindName    /    ReadName    /    ReadDataAsString    /    Ev_GetVarSize    /    ParseJSON    /    ReadDataAsFloat    /    ReadDataAsNumber    /    GetData    /    Main

ReadName

Return:     STRING
Params:     UNSIGNED INT Element    

Your browser does not support the HTML5 canvas tag.

FindName    /    ReadName    /    ReadDataAsString    /    Ev_GetVarSize    /    ParseJSON    /    ReadDataAsFloat    /    ReadDataAsNumber    /    GetData    /    Main

ReadDataAsString

Return:     STRING
Params:     UNSIGNED INT Element    

Your browser does not support the HTML5 canvas tag.

FindName    /    ReadName    /    ReadDataAsString    /    Ev_GetVarSize    /    ParseJSON    /    ReadDataAsFloat    /    ReadDataAsNumber    /    GetData    /    Main

Ev_GetVarSize

Return:     UNSIGNED LONG
Params:     STRING VarName     Elements    

Your browser does not support the HTML5 canvas tag.

FindName    /    ReadName    /    ReadDataAsString    /    Ev_GetVarSize    /    ParseJSON    /    ReadDataAsFloat    /    ReadDataAsNumber    /    GetData    /    Main

ParseJSON

Return:     UNSIGNED INT
Params:     STRING Data    
Vars:     UNSIGNED INT Length     UNSIGNED INT Idx     BOOL InQuotes     UNSIGNED INT Idx2    

Your browser does not support the HTML5 canvas tag.

FindName    /    ReadName    /    ReadDataAsString    /    Ev_GetVarSize    /    ParseJSON    /    ReadDataAsFloat    /    ReadDataAsNumber    /    GetData    /    Main

ReadDataAsFloat

Return:     FLOAT
Params:     UNSIGNED INT Element    
Vars:     STRING TempStr    

Your browser does not support the HTML5 canvas tag.

FindName    /    ReadName    /    ReadDataAsString    /    Ev_GetVarSize    /    ParseJSON    /    ReadDataAsFloat    /    ReadDataAsNumber    /    GetData    /    Main

ReadDataAsNumber

Return:     SIGNED LONG
Params:     UNSIGNED INT Element    
Vars:     STRING TempStr    

Your browser does not support the HTML5 canvas tag.

FindName    /    ReadName    /    ReadDataAsString    /    Ev_GetVarSize    /    ParseJSON    /    ReadDataAsFloat    /    ReadDataAsNumber    /    GetData    /    Main

GetData

Return:     STRING
Params:     UNSIGNED INT Element     BOOL IsData    
Vars:     UNSIGNED INT Idx     UNSIGNED INT Length     UNSIGNED INT ReturnIdx     UNSIGNED INT NextIdx     BOOL Found     BOOL QuoteToggle    

Your browser does not support the HTML5 canvas tag.

FindName    /    ReadName    /    ReadDataAsString    /    Ev_GetVarSize    /    ParseJSON    /    ReadDataAsFloat    /    ReadDataAsNumber    /    GetData    /    Main

Main

Return:     VOID
Vars:     BYTE count     STRING Name     STRING Val     BYTE idx    

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