LocalEvents.sgen 439 B

1234567891011121314151617181920
  1. GeneratorModel for yakindu::c {
  2. statechart eventdriven.localEvents {
  3. feature Outlet {
  4. targetProject = "gtests"
  5. targetFolder = "LocalEvents"
  6. }
  7. feature FunctionInlining {
  8. inlineReactions = true
  9. inlineEntryActions = true
  10. inlineEnterSequences = true
  11. inlineExitActions = true
  12. inlineExitSequences = true
  13. inlineChoices = true
  14. inlineEntries = true
  15. inlineEnterRegion = true
  16. inlineExitRegion = true
  17. }
  18. }
  19. }