Skip to main content

TcConfig

Type Alias TcConfig 

Source
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: Scid

Spacecraft ID.

§vcid: Vcid

Virtual Channel ID.

§bypass: BypassFlag

Bypass flag (Type-A or Type-B).

§control: ControlFlag

Control flag (data or control command).

§max_data_field_len: usize

Maximum data field length in bytes.