Regenerate template drivers

This commit is contained in:
Douglas Clowes
2014-08-19 12:04:53 +10:00
parent 44f6b65aef
commit 3650e68f9a
30 changed files with 107 additions and 47 deletions

View File

@@ -67,7 +67,9 @@ proc add_keithley_m2700 {name ip_address tcp_port id datype tol} {
makesctcontroller sct_${name} std ${ip_address}:${tcp_port}
}
} else {
::scobj::keithley_m2700::sics_log 9 "[environment_simulation] => No sctcontroller for keithley_m2700"
::scobj::keithley_m2700::sics_log 9 "[environment_simulation] => Null sctcontroller for keithley_m2700"
::scobj::keithley_m2700::sics_log 9 "makesctcontroller sct_${name} aqadapter NULL"
makesctcontroller sct_${name} aqadapter NULL
}
::scobj::keithley_m2700::sics_log 1 "::scobj::keithley_m2700::mkDriver sct_${name} ${name} ${ip_address} ${tcp_port} ${id} ${datype} ${tol}"
::scobj::keithley_m2700::mkDriver sct_${name} ${name} ${ip_address} ${tcp_port} ${id} ${datype} ${tol}