Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.15 KB

pdd.md

File metadata and controls

25 lines (15 loc) · 1.15 KB

Package Design Document for TlmPacketizer

The following is the package design document (pdd) for TlmPacketizer, developed by Ali Mosallaei.

Description

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.

Subtopologies

This package provides some subtopologies to be utilized within your project.

Subtopology name Link to sdd
Telemetry Telemetry/docs/sdd.md

Config objects

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.