From 77854550903088781609aafc6c71de8b228c60a5 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 1 Dec 2010 16:03:15 +0100 Subject: [PATCH] Add PC test --- gw-tests/pc.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 gw-tests/pc.sh diff --git a/gw-tests/pc.sh b/gw-tests/pc.sh new file mode 100755 index 0000000..06601fc --- /dev/null +++ b/gw-tests/pc.sh @@ -0,0 +1,28 @@ +#!/bin/bash + +. 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 +} + +plot_cmds() { + cat <