AberdeenRSS / AberdeenRSS/FlightComputer

Add an event system

未关闭
#15 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
architectural
主要语言
Python
星标
0
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

Currently we have two main concepts for the parts in the FlightComputer software:

- Measurements (output only, continuous data uniform data)
- Commands (directed at a specific listener, sporadic, heavy weight in terms of data overhead and acknowledgments)

It seems to be useful to deifne a 3rd category:
- Events

These could be emitted by parts to advertise certain things happening. i.e. the FlightDirector could announce "Parachute Deployment".

These events could be useful to track the rocket operations (i.e. know what happened when) but also as a publish/subscribe approach to perform actions on other parts. This could be similar to MQTT or ROS publish subscribe patterns where each event is emitted to a topic that others can listen on. The topics should probably be strongly typed

We could also invesitgate if we should move measurements over to work similarly

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。