Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • We have a custom Makefile that allows us to selectively include headers and source
  • We only need to support simulation on Linux (allowing us to use socketcan)
  • The FSM will be an event-driven Moore machine (CS-style)
  • We support parallel FSMs with use a global event queue

Requirements

...