Next: Execution Semantics, Previous: Installation, Up: Top [Contents][Index]
In general a program in Dezyne consists of interfaces, components, and
“handwritten” code, including a main
. For simple cases such as
the examples in this chapter, a generic main
can be generated and
no handwritten code is needed.
The examples used in this chapter can be found in the Dezyne source tree at doc/examples/ or downloaded from doc/examples/ in git.
• Hello World! | First contact with Dezyne. | |
• A Simple State Machine | Stateful behavior and protocol. | |
• A Camera Example | A System of Components and Systems. | |
• The Lego Ball Sorter | A Machine Operating System. |