Page tree

Versions Compared

Key

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

...

The component diagram below shows the architecture of generated and created Railway Controller.

 

SCCharts Contoroller

No Format
scccontroller.h <compiled-sccchart>.c

...

The state monitor component allows a thread-safe communication between connected GUIs and the running controller. This communication is also tick-safe andmeaning that changes are only applied at tick-borders.

In addition to that the

Furthermore it allows the generation of the current state of the controller in JSON format.

GUI Server

No Format
guiserver.h guiserver.c

...