File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 " SRC: " + ping .srcId + " DST: " + ping .dstId ,
2929 " Connection: " + ping .link .configuration .createConfString (),
3030 " Range (m): " + ping .range .toFixed (2 ),
31- " Sample period (μs): " + ping .sample_period ,
31+ " Sample period (ticks): " + ping .sample_period ,
32+ " Sample period (ns): " + ping .sample_period * 25 ,
3233 " Number of samples (#): " + ping .number_of_points ,
3334 " Ping (#): " + ping .ping_number ,
3435 " Angle (grad): " + ping .angle ,
3738 " Transmit duration (μs): " + ping .transmit_duration ,
3839 " Transmit duration maximum (μs): " + ping .transmitDurationMax ,
3940 " Gain (setting): " + ping .gain_setting ,
40- " Speed of sound (mm /s): " + ping .speed_of_sound ,
41+ " Speed of sound (m /s): " + ping .speed_of_sound ,
4142 " Lost messages (#): " + ping .lost_messages ,
4243 " RX Packets (#): " + ping .parsed_msgs ,
4344 " RX Errors (#): " + ping .parser_errors ,
You can’t perform that action at this time.
0 commit comments