13 lines
337 B
Plaintext
13 lines
337 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
|
|
add_args = 'id datype'
|
|
make_args = 'id datype'
|
|
code mkDriver = {%%
|
|
MakeProtek $name $sct_controller $id $datype
|
|
%%}
|
|
}
|