oswald2 / AURIS

A new, open source mission control system in Haskell
BSD 3-Clause "New" or "Revised" License
55 stars 9 forks source link

Add SCD displays #37

Open oswald2 opened 4 years ago

oswald2 commented 4 years ago

SCD are scrolling displays. These display a limited number of TM parameters in a row with a timestamp. A new row is added, when a new parameter value arrives.

A generic implementation should be done first, then the creation via the definitions in the MIB should be done.