Bachelorthesis/CanoeTest/aaa.can

22 lines
252 B
Text
Raw Normal View History

2014-05-07 10:36:26 +02:00
/*@!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);
}