Function get_header

Source
pub fn get_header(
    m_type: u32,
    is_multi_origin: bool,
    is_symmetric: bool,
) -> Vec<&'static str>
Expand description

Creates the appropriate CSV header for the results file (based on the measurement type)

§Arguments

  • ‘measurement_type’ - The type of measurement being performed

  • ‘is_multi_origin’ - A boolean that determines whether multiple origins are used

  • ‘is_symmetric’ - A boolean that determines whether the measurement is symmetric (i.e., sender == receiver is always true)