//! This module contains all components required to create a ECSS PUS C telecommand packets according
//! to [ECSS-E-ST-70-41C](https://ecss.nl/standard/ecss-e-st-70-41c-space-engineering-telemetry-and-telecommand-packet-utilization-15-april-2016/).
/// This class can be used to create PUS C telecommand packet. It is the primary data structure to
/// [serde] feature is used, which allows to send around TC packets in a raw byte format using a
/// [serde] feature is used, which allows to send around TC packets in a raw byte format using a
fn base_ping_tc_simple_ctor_with_app_data(app_data: &'static [u8]) -> PusTcCreator<'static> {
fn verify_test_tc_generic(tc: &(impl CcsdsPacket + PusPacket + GenericPusTcSecondaryHeader)) {