Event Reference: Difference between revisions
Appearance
Replaced content with "<sidebar>Event Contents</sidebar> Flowcode provides an ''event interface'' to help writing simulation and PC-side programs. This event list allows Flowcode to communicate with the components through macros. An event may be thought of as a ''simulation-side interrupt''. Each event associated with a Flowcode program will call a macro when that event occurs. Events are grouped by ''class'' to provide context for their use. A reference to the classes and events are av..." Tag: Replaced |
No edit summary |
||
| Line 1: | Line 1: | ||
Flowcode provides an ''event interface'' to help writing simulation and PC-side programs. | Flowcode provides an ''event interface'' to help writing simulation and PC-side programs. | ||
Latest revision as of 16:21, 23 July 2026
Flowcode provides an event interface to help writing simulation and PC-side programs.
This event list allows Flowcode to communicate with the components through macros.
An event may be thought of as a simulation-side interrupt. Each event associated with a Flowcode program will call a macro when that event occurs.
Events are grouped by class to provide context for their use. A reference to the classes and events are available here: Simulation Library.