Skip to content
Alex Omar edited this page Jan 3, 2017 · 18 revisions

Architecture

Flight System

Single producer, multi-consumer model

Producer is responsible for polling flight instrumentation sensors, moving those values into memory locations shared between itself and the consumers (one memloc per consumer), and notifying each consumer that new data is available.

Clone this wiki locally