Difference between revisions of "Event class Compile"
From Flowcode Help
Jump to navigationJump to search (XML import) |
(No difference)
|
Revision as of 00:49, 12 May 2013
No additional information
See the individual events for details of how to use this event class
Events provided for this class
AddProperty | Sent to a component to allow dynamic amendment of global property declarations |
AddConst | Sent to a component to allow dynamic amendment of global variable declarations |
AddVarSize | Sent to a component to allow dynamic amendment of global array-size declarations |
AddVar | Sent to a component to allow dynamic amendment of global constant declarations |
AddHeader | Sent to a component to allow dynamic amendment of header code |
AddInterrupts | Sent to a component to allow dynamic amendment of the interrupts for a component |
AddInterrupt | Sent to a component to allow dynamic amendment of a single interrupts code |
Start | Broadcast to all components that compilation is starting |
Stop | Broadcast to all components that compilation has stopped |
GetVarSize | Sent to a component to amend the size of the expected array |
See also
No additional information