FSFW Update #4

Merged
meierj merged 70 commits from mueller/master into eive/develop 2021-03-19 15:40:15 +01:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 6df1abf570 - Show all commits

View File

@ -15,7 +15,11 @@ The two former tasks are related to the external interface using telemetry and t
while the later two are related to data consumers like controllers only acting on data change
detected by the data creator instead of checking the data manually each cycle. Two important
framework classes `DeviceHandlerBase` and `ExtendedControllerBase` already perform the two steps
shown above so the steps required are altered slightly.
shown above so the steps required are altered slightly. The following diagram shows the
high-level architecture of the local data pools.
<img align="center" src="./images/PoolArchitecture.png" width="50%">
### Storing and Accessing pool data

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB