pub struct Trailer {Show 26 fields
pub calibrated_time_enable: bool,
pub valid_data_enable: bool,
pub reference_lock_enable: bool,
pub agcmgc_enable: bool,
pub detected_signal_enable: bool,
pub spectral_inversion_enable: bool,
pub overrange_enable: bool,
pub sample_loss_enable: bool,
pub user_defined_enable_1: bool,
pub user_defined_enable_2: bool,
pub user_defined_enable_3: bool,
pub user_defined_enable_4: bool,
pub calibrated_time_indicator: bool,
pub valid_data_indicator: bool,
pub reference_lock_indicator: bool,
pub agcmgc_indicator: bool,
pub detected_signal_indicator: bool,
pub spectral_inversion_indicator: bool,
pub overrange_indicator: bool,
pub sample_loss_indicator: bool,
pub user_defined_indicator_1: bool,
pub user_defined_indicator_2: bool,
pub user_defined_indicator_3: bool,
pub user_defined_indicator_4: bool,
pub associated_context_packet_count_enable: bool,
pub associated_context_packet_count: u8,
}Expand description
VRT Packet Trailer
Fields§
§calibrated_time_enable: boolIndicates whether or not the timestamp in teh IF Data packet is calibrated to an external reference.
valid_data_enable: boolIndicates whether or not the data in the packet is valid.
reference_lock_enable: boolIndicates whether or not any phase-locked loops affecting the data are locked and stable.
agcmgc_enable: boolIndicates the AGC is active when true and indicates the MGC is active when false.
detected_signal_enable: boolIndicates whether or not the data contained in the packet containes some detected signal.
spectral_inversion_enable: boolIndicates whether or not the signal conveyed in the data payload has an inverted spectrum referenced to the spectrum of the signal at the system Reference Point.
overrange_enable: boolIndicates whether or not at least 1 data sample in the payload is invalid due to the signal exceeding the range of the data item.
sample_loss_enable: boolIndicates whether or not the packet contains at least one sample discontinuity due to processing errors and/or buffer overflow.
user_defined_enable_1: boolIndicates whether or not user defined enable option 1 is set.
user_defined_enable_2: boolIndicates whether or not user defined enable option 2 is set.
user_defined_enable_3: boolIndicates whether or not user defined enable option 3 is set.
user_defined_enable_4: boolIndicates whether or not user defined enable option 4 is set.
calibrated_time_indicator: boolTo be documented later
valid_data_indicator: boolTo be documented later
reference_lock_indicator: boolTo be documented later
agcmgc_indicator: boolTo be documented later
detected_signal_indicator: boolTo be documented later
spectral_inversion_indicator: boolTo be documented later
overrange_indicator: boolTo be documented later
sample_loss_indicator: boolTo be documented later
user_defined_indicator_1: boolTo be documented later
user_defined_indicator_2: boolTo be documented later
user_defined_indicator_3: boolTo be documented later
user_defined_indicator_4: boolTo be documented later
associated_context_packet_count_enable: boolIndicates whether or not the associated_context_packet_count is defined.
associated_context_packet_count: u8A count of all transmitted context packets that are directly or indirectly associated with the IF Data packet or a count of some special subset of these.