Skip to content

Package for the F Prime telemetry channelize component.

Notifications You must be signed in to change notification settings

fprime-community/fprime-TlmChan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TlmChan - An F Prime Package

This package implements the topology for sending telemetry in the form of channels for F Prime. This package was developed and can be installed with fppm. Installation and usage instructions for fppm can be found in the previous hyperlinked text.

Package installation

Ensure that your F Prime project has been initialized with a project.yaml and the subtopology autocoder.

# add the registry where this package is hosted
fppm registries --add https://mosa11aei.github.io/fppm-registry/static/registry.yaml

# install the package
fppm install --package mosallaei/TlmChan

# generate the fillables from the package config objects
fppm config --generate mosallaei/TlmChan

Package Usage

For usage information of this package, see the package's pdd.md file, and the Telemetry subtopology sdd.md.