Regenerate all of the generated driver code
This commit is contained in:
@@ -729,7 +729,14 @@ proc ::scobj::mercury_scpi::read_config {} {
|
||||
set PORT [dict get $v port]
|
||||
set name [dict get $v name]
|
||||
MakeAsyncProtocol ${name}_protocol
|
||||
if { [dict exists $v "terminator"] } {
|
||||
${name}_protocol sendterminator "[dict get $v "terminator"]"
|
||||
${name}_protocol replyterminator "[dict get $v "terminator"]"
|
||||
}
|
||||
MakeAsyncQueue ${name}_queue ${name}_protocol ${IP} ${PORT}
|
||||
if { [dict exists $v "timeout"] } {
|
||||
${name}_queue timeout "[dict get $v "timeout"]"
|
||||
}
|
||||
set arg_list [list]
|
||||
foreach arg {id permlink tol valve_tol} {
|
||||
if {[dict exists $v $arg]} {
|
||||
|
||||
Reference in New Issue
Block a user