Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.14 KB

architecture.md

File metadata and controls

31 lines (22 loc) · 1.14 KB

Architecture of tertimuss

Class diagrams

The package architecture of tertimuss is defined in the following UML diagram:

Architecture of tertimuss

In the following diagrams define the architecture of the different packages.

TCPN simulator

TCPN simulator

Cubed space thermal simulator

Cubed space thermal simulator

Scheduler simulation library

Scheduler simulation library

Task generation algorithms

Task generation algorithms

Scheduler pack

Scheduler pack

Simulation components

The following figure represents the architecture of tertimuss in execution time. Simulation components

Programming rules

Certain rules must be taken into account for the programing to avoid errors.

  • No argument received can be modified unless the sole purpose of the function is to modify it. This allows arguments to be passed without making copies of them.