Bachelorthesis/CanoeTest/aaa.can
2014-05-07 08:36:26 +00:00

22 lines
No EOL
252 B
Text

/*@!Encoding:1252*/
includes
{
}
variables
{
message aaaMsg aMsg;
}
on envVar aaaSwitch_1A
{
aMsg.switch_1A = getValue(this);
output(aMsg);
}
on envVar aaaSwitch_2A
{
aMsg.switch_2A = getValue(this);
output(aMsg);
}