Regenerate SCT drivers

This commit is contained in:
Douglas Clowes
2014-12-02 10:09:17 +11:00
parent e64b7bf409
commit 5f2223510f
41 changed files with 82 additions and 0 deletions

View File

@@ -99,6 +99,8 @@ proc ::scobj::mvp_valve::read_config {} {
}
if { [string equal -nocase [dict get $v "driver"] "mvp_valve"] } {
::scobj::mvp_valve::sics_log 9 "No sctcontroller for mvp_valve"
set ip_address [dict get $v ip]
set tcp_port [dict get $v port]
set arg_list [list]
set missing_list [list]
foreach arg {id datype} {