Flowcode Project File Parser
Ben Rowland 2019 (C) Matrix TSL
Target Device
PIC.16F.16F877A
Constants
SIGNED INT MAX_COLOR_BIT_SIZE
BOOL false
SIGNED INT ACTIVE_HIGH
SIGNED INT ACTIVE_LOW
BOOL true
Globals
BYTE blue_color
BYTE green_color
UNSIGNED INT bLEDTick
BYTE bLEDEnable
BYTE red_color
HANDLE target_object
Ev_Initialise
Return: UNSIGNED LONG
Disable
Return: VOID
Prv_Initialise
Return: UNSIGNED LONG
Enable
Return: VOID
Tick
Return: VOID
Ev_Property
Return: UNSIGNED LONG
Vars: UNSIGNED INT period
SetColor
Return: VOID
Params: BYTE red
BYTE green
BYTE blue
Prv_UpdateColor
Return: VOID
Params: BYTE red_color
BYTE green_color
BYTE blue_color
Vars: BOOL has_kids
UNSIGNED LONG temp_color
Sim_SetColor
Return: VOID
Params: BYTE red
BYTE green
BYTE blue
Main
Return: VOID
Sim_Tick
Return: VOID
Vars: UNSIGNED INT r
UNSIGNED INT g
UNSIGNED INT b
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