Bachelorthesis/CanoeTest/bbb.can

22 lines
252 B
Text
Raw Normal View History

2014-05-07 10:36:26 +02:00
/*@!Encoding:1252*/
includes
{
}
variables
{
message bbbMsg bMsg;
}
on envVar bbbSwitch_1A
{
bMsg.switch_1B = getValue(this);
output(bMsg);
}
on envVar bbbSwitch_2A
{
bMsg.switch_2B = getValue(this);
output(bMsg);
}