Actors that have been successfully used in code generation for mbed
- Constant
- Display
- Sequence - CG files are problematic when repeat is used with only one value. i.e. use {true,true} instead of only {true}
- BooleanMultiplexer - Fixed $fireBlock($) issue. See BooleanMultiplexer.java for changes.
Problematic Actors
- EmbeddedCodeActor - multiple structs defined, pblist issue
- Issue doesn't arise when compiling for regular generic.program.procedural.c (rather than generic.program.procedural.c.mbed). Likely an issue with online compiler or particular mbed problem.
- Modal Models (Tested with FSM) - multiple structs defined, pbllist issue