Skip to content

#593 Allow annotations on events

Dennis Hendriks requested to merge 593-cif-allow-annos-on-events into develop
  • Best to review per commit.
  • Code generator has some changes, similar to adding annotations on other kinds of objects:
    • doc annotations are added on declarations for C89/C99/Simulink, and on execution functions/methods for all targets.
    • No more post-comments for event declarations for C89/C99/Simulink.
    • Quoted event names for event declarations and event names lists for C89/C99/Simulink.

Addresses #593

Merge request reports