10 Commits

Author SHA1 Message Date
Timothy Canham
b7a25920a3
Add packetized telemetry option (#1776)
* manual packet gen

* Added tlmPkt to deployment

* Packet files

* Fixes to packet gen script

* format python, updated packet files

* spelling fixes

* integrating packet autocoder

* final updates for telemetry packetization

* formatting telemetry packetizer cpde

* moving tlm packetizer configuration file

* resetting stock telemetry channelizer

* missed packetizer setup call

* fixing autocoding miss-match with Svc::TlmChan

Co-authored-by: M Starch <LeStarch@googlemail.com>
2022-11-29 14:00:20 -08:00
M Starch
b76d8c9a0c
Update/types refactor as constants (#1623)
* lestarch: adding logical types implementation into Linux/StandardTypes.hpp

* lestarch: removing VxWorks StandardTypes from repository

* updated fprime types for correct compilation with vxworks and baremetal

* lestarch: refactoring types and configuration header w.r.t type design

* lestarch: replacing usages of AssertArg with FwAssertArgType

* lestarch: missspelled configuration

* lestarch: minor compilation fixes

* lestarch: renaming StandardTypes.hpp -> PlatformTypes.hpp

* lestarch: updating PRI tokens

* lestarch: replacing BasicTypes.hpp includes with FpConfig.hpp

* lestarch: UT and compilation fixes for types refactor

* lestarch: sp

* lestarch: fixing RPI issues in PassiveConsoleTextLogger

* lestarch: converting RPI build to debug

* lestarch: removing duplicate config imports

* lestarch: fixing documentation

* lestarch: fixing up multiple definitions and RPI compilation problems

* lestarch: reverting debug build

* lestarch: reverting platform types to class-based constants

* lestarch: reworking basic types

* lestarch: configured types refactor into classes

* lestarch: fixing bugs with static constants in classes

* lestarch: fixing platform types spelling and documentation

* lestarch: adding include guards to types headers

Co-authored-by: Kevin F Ortega <kevin.f.ortega@jpl.nasa.gov>
2022-08-18 13:25:56 -07:00
Thibault
60e6f21acc
Replace interpolations with Fstring [1/n] (#1480)
* Replace interpolations with Fstring

* Fix typo

* formatting

Co-authored-by: M Starch <LeStarch@googlemail.com>
2022-06-22 15:21:42 -07:00
Thibault
7fb554d692
Replace dictionaries 📚created with dict() with {} (#1472)
Co-authored-by: M Starch <LeStarch@googlemail.com>
2022-05-27 16:53:48 -07:00
Thibault
c65661927e
Use f-strings for concatenating strings instead of '+' (#1470)
* Use f-strings for concatenating str instead of '+

* misc fstring concatenation

* lestarch: fix python formating

Co-authored-by: M Starch <LeStarch@googlemail.com>
2022-05-27 14:06:52 -07:00
Thibault
e766ca6c74
Replace lists created with list() with [] (#1471)
* Replace lists created with list() with []

* last f-string concat
2022-05-27 14:04:52 -07:00
Sadra Yahyapour
edc2f1c4d3
Using TAB escape sequence instead of pure spaces (#1353)
* using \t instead if raw spaces

* isort observed

* black observed
2022-04-12 12:38:49 -07:00
Joshua Anderson
34bdae9978
Merge devel into release/v3.0 2021-09-16 12:06:59 -07:00
M Starch
052bbdb8c0
lestarch: merged latest nasa/devel (#964)
* lestarch: merged latest nasa/devel

* lestarch: fixing coverage on macOs

* lestarch: correcting UTs for merging latest devel

* lestarch: integration tests

* lestarch: build error correction
2021-08-25 18:50:45 -07:00
Timothy Canham
da000c97cf
Import/tlm packetizer (#878)
Adding in telemetry packetizer component with Helicopter flight heritage.
2021-08-18 13:10:25 -07:00