11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
|
|
driver protekmm = {
|
|
protocol = protek608
|
|
sobj_priv_type = 'user float'
|
|
class = environment
|
|
simulation_group = environment_simulation
|
|
code mkDriver = {%%
|
|
MakeProtek $name $sct_controller
|
|
%%}
|
|
}
|