Flowcode Project File Parser

Ben Rowland 2019 (C) Matrix TSL


Target Device

PIC.16F.16F1934

Constants

BOOL false     BOOL true    

Globals

BYTE Temp_MSB     FLOAT test     FLOAT old_RH     BYTE RH_LSB     BYTE Temp_LSB     BYTE RH_MSB     FLOAT old_temp     HANDLE console_handle    

EV_Drag    /    Ev_Initialise    /    Ev_Property    /    Prv_ConsoleReturn    /    SetHumidity    /    SetConsoleHandle    /    SetTemperature    /    GetData    /    Main    /    Ev_Click

EV_Drag

Return:     UNSIGNED LONG
Params:     HANDLE Component     FLOAT X     FLOAT Y     FLOAT Z    
Vars:     FLOAT Value    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    Ev_Initialise    /    Ev_Property    /    Prv_ConsoleReturn    /    SetHumidity    /    SetConsoleHandle    /    SetTemperature    /    GetData    /    Main    /    Ev_Click

Ev_Initialise

Return:     UNSIGNED LONG
Vars:     STRING temp_str    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    Ev_Initialise    /    Ev_Property    /    Prv_ConsoleReturn    /    SetHumidity    /    SetConsoleHandle    /    SetTemperature    /    GetData    /    Main    /    Ev_Click

Ev_Property

Return:     UNSIGNED LONG
Vars:     STRING temp_str    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    Ev_Initialise    /    Ev_Property    /    Prv_ConsoleReturn    /    SetHumidity    /    SetConsoleHandle    /    SetTemperature    /    GetData    /    Main    /    Ev_Click

Prv_ConsoleReturn

Return:     VOID
Params:     STRING Text    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    Ev_Initialise    /    Ev_Property    /    Prv_ConsoleReturn    /    SetHumidity    /    SetConsoleHandle    /    SetTemperature    /    GetData    /    Main    /    Ev_Click

SetHumidity

Return:     VOID
Params:     FLOAT Humidity    
Vars:     FLOAT thermo_on_length     FLOAT thermo_off_length     FLOAT thermo_on_mid     FLOAT thermo_off_mid     STRING temp_str     SIGNED INT register_val     FLOAT ratio    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    Ev_Initialise    /    Ev_Property    /    Prv_ConsoleReturn    /    SetHumidity    /    SetConsoleHandle    /    SetTemperature    /    GetData    /    Main    /    Ev_Click

SetConsoleHandle

Return:     VOID
Params:     HANDLE Handle    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    Ev_Initialise    /    Ev_Property    /    Prv_ConsoleReturn    /    SetHumidity    /    SetConsoleHandle    /    SetTemperature    /    GetData    /    Main    /    Ev_Click

SetTemperature

Return:     VOID
Params:     FLOAT Temperature    
Vars:     FLOAT thermo_on_length     FLOAT thermo_off_length     FLOAT thermo_on_mid     FLOAT thermo_off_mid     STRING temp_str     SIGNED INT register_val     FLOAT ratio    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    Ev_Initialise    /    Ev_Property    /    Prv_ConsoleReturn    /    SetHumidity    /    SetConsoleHandle    /    SetTemperature    /    GetData    /    Main    /    Ev_Click

GetData

Return:     UNSIGNED INT
Params:     BYTE Command    
Vars:     STRING hex_str    

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    Ev_Initialise    /    Ev_Property    /    Prv_ConsoleReturn    /    SetHumidity    /    SetConsoleHandle    /    SetTemperature    /    GetData    /    Main    /    Ev_Click

Main

Return:     VOID

Your browser does not support the HTML5 canvas tag.

EV_Drag    /    Ev_Initialise    /    Ev_Property    /    Prv_ConsoleReturn    /    SetHumidity    /    SetConsoleHandle    /    SetTemperature    /    GetData    /    Main    /    Ev_Click

Ev_Click

Return:     UNSIGNED LONG
Params:     HANDLE Component     FLOAT X     FLOAT Y     FLOAT Z    
Vars:     FLOAT Value    

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