mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Starting on FDD for DpCatalog * More DpCatalog SDD edits * More refined DpCatalog requirements * Starting prototype code * Working on DpCatalog build command * More DpCatalog work * More DpCatalog work * More work on reading DP headers * More work... * Continued work * Spelling fixes * More spelling fixes * First run of init unit test * One DP works * Refactor unit test helpers * Working on multiple DPs * More work on multiple DPs * Fixed filesRead bug * More merge fixes * Adding DPs to SignalGen * Adding DP components * Added DP directory to DpWriter * First working version of Data Products! * Added missing FileDownlink connection * Added early proto warning to SDD. * Switched to Fw::FileNameString * Fixed unit test compile * Add missing override keyword * Fix unit test override * Fixed format specifiers * Reformat code * Revise DpWriter uts * Revise dp writer * Revise dp writer * Removed extra ; * Fix markdown broken links * Updated SDD to force CI to run again --------- Co-authored-by: Robert L. Bocchino Jr <bocchino@jpl.nasa.gov>
24 lines
618 B
Plaintext
24 lines
618 B
Plaintext
@ Type of the output signal: SINE, TRIANGLE, etc.
|
|
telemetry Type: Ref.SignalType id 0
|
|
|
|
@ Single Y value of the output
|
|
telemetry Output: F32 id 1 format "{.4f}"
|
|
|
|
@ Single (time, value) pair of the signal
|
|
telemetry PairOutput: Ref.SignalPair id 2
|
|
|
|
@ Last 10 Y values of the signal
|
|
telemetry History: Ref.SignalSet id 3
|
|
|
|
@ Last 10 (time, value) pairs of the signal
|
|
telemetry PairHistory: Ref.SignalPairSet id 4
|
|
|
|
@ Composite field of signal information, containing histories, pairs etc
|
|
telemetry Info: Ref.SignalInfo id 5
|
|
|
|
@ DP bytes written
|
|
telemetry DpBytes: U32 id 6
|
|
|
|
@ DP records written
|
|
telemetry DpRecords: U32 id 7
|