Skip to main content

build_ltc_word

Function build_ltc_word 

Source
pub fn build_ltc_word(
    hours: u8,
    minutes: u8,
    seconds: u8,
    frames: u8,
    drop_frame: bool,
    fps: u8,
) -> Vec<LtcBit>
Expand description

Helper: build an 80-bit LTC word from raw field values (for test construction).