pub type TcConfig = TcFrameWriterConfig;Expand description
Configuration for a Telecommand link channel.
Aliased Type§
pub struct TcConfig {
pub scid: Scid,
pub vcid: Vcid,
pub bypass: BypassFlag,
pub control: ControlFlag,
pub max_data_field_len: usize,
}Fields§
§scid: ScidSpacecraft ID.
vcid: VcidVirtual Channel ID.
bypass: BypassFlagBypass flag (Type-A or Type-B).
control: ControlFlagControl flag (data or control command).
max_data_field_len: usizeMaximum data field length in bytes.