PUS C Telemetry implementation #414
Reference in New Issue
Block a user
No description provided.
Delete Branch "mueller/pus-c-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FSFWConfig.h
@ -50,7 +52,7 @@
namespace fsfwconfig {
//! Default timestamp size. The default timestamp will be an eight byte CDC
Comment says 8 byte. Variable says 7
@ -0,0 +5,4 @@
#include <fsfw/tmtcpacket/pus/TmPacketStoredBase.h>
/**
* This class generates a ECSS PUS A Telemetry packet within a given
ECSS PUS C Telemetry ;)
Good spot :)