22 lines
252 B
Text
22 lines
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);
|
||
|
}
|