Flowcode Project File Parser

Ben Rowland 2019 (C) Matrix TSL


Target Device

PIC.16F.BL0080

Constants

BOOL false     SIGNED INT FRAME_END     SIGNED INT FRAME_HEAD     BOOL true    

Globals

BYTE vrbuf    

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

Clear

Return:     BYTE
Vars:     BYTE buf     BYTE len    

Your browser does not support the HTML5 canvas tag.

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

Send_Pkt4

Return:     VOID
Params:     BYTE cmd     BYTE subcmd     BYTE buf     BYTE len    
Vars:     BYTE idx    

Your browser does not support the HTML5 canvas tag.

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

Send_Pkt3

Return:     VOID
Params:     BYTE cmd     BYTE buf     BYTE len    
Vars:     BYTE idx    

Your browser does not support the HTML5 canvas tag.

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

Send_Pkt2

Return:     VOID
Params:     BYTE buf     BYTE len    
Vars:     BYTE idx    

Your browser does not support the HTML5 canvas tag.

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

Cpy

Return:     VOID
Params:     BYTE buf     BYTE pbuf    

Your browser does not support the HTML5 canvas tag.

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

Receive

Return:     BYTE
Params:     BYTE Buf     BYTE len     UNSIGNED INT Timeout    
Vars:     UNSIGNED INT din     UNSIGNED INT Tout    

Your browser does not support the HTML5 canvas tag.

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

Receive_Pkt

Return:     BYTE
Params:     BYTE buf     UNSIGNED INT Timeout    
Vars:     BYTE ret    

Your browser does not support the HTML5 canvas tag.

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

Sort

Return:     VOID
Params:     BYTE buf     BYTE len    
Vars:     BYTE i     BYTE j     BYTE tmp    

Your browser does not support the HTML5 canvas tag.

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

Main

Return:     VOID
Vars:     BYTE ret    

Your browser does not support the HTML5 canvas tag.

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

CleanDuplicates

Return:     BYTE
Params:     BYTE des     BYTE buf     BYTE len    
Vars:     BYTE i     BYTE j     BYTE k    

Your browser does not support the HTML5 canvas tag.

Clear    /    Send_Pkt4    /    Send_Pkt3    /    Send_Pkt2    /    Cpy    /    Receive    /    Receive_Pkt    /    Sort    /    Main    /    CleanDuplicates    /    Initialise

Initialise

Return:     BYTE

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