X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/2e2884259e51740210383e230444b6a9f7bfb1f4..0067509575642daf871e95388be79ae95ad33d70:/gw-tests/pc.sh diff --git a/gw-tests/pc.sh b/gw-tests/pc.sh index 06601fc..477b13c 100755 --- a/gw-tests/pc.sh +++ b/gw-tests/pc.sh @@ -3,24 +3,24 @@ . lib.sh main() { - latester -d can0 -d can1 -o -c $COUNT -l 2 -h hist2.dat -f time2.dat - latester -d can0 -d can1 -o -c $COUNT -l 4 -h hist4.dat -f time4.dat - latester -d can0 -d can1 -o -c $COUNT -l 6 -h hist6.dat -f time6.dat - latester -d can0 -d can1 -o -c $COUNT -l 8 -h hist8.dat -f time8.dat + latester -d can0 -d can1 -c $COUNT $(traffic_and_length 2) -n len2 + latester -d can0 -d can1 -c $COUNT $(traffic_and_length 4) -n len4 + latester -d can0 -d can1 -c $COUNT $(traffic_and_length 6) -n len6 + latester -d can0 -d can1 -c $COUNT $(traffic_and_length 8) -n len8 } plot_cmds() { cat <