The following is the package design document (pdd) for TlmPacketizer
, developed by Ali Mosallaei.
F Prime package for sending telemetry as packets. This abstracts away the current implementation in F Prime, where you comment out and configure your project to use either packets or channels for telemetry.
This package provides some subtopologies to be utilized within your project.
Subtopology name | Link to sdd |
---|---|
Telemetry | Telemetry/docs/sdd.md |
This package provides some files that can be configured by running fppm config --generate mosallaei/TlmPacketizer
.
Path to config object | Description |
---|---|
Telemetry.fpp | The subtopology. Configuration is to add the name of the main deployment topology. |
Note that since Telemetry.fpp
is a config object, it is not linked in the CMake source list. Once configured and the output files are obtained, remember to add Telemetry.fpp
to a CMake source list.