Window
A window opens and closes when receives incoming events.
Incoming Events:
OpenLeft
the left shutter opens and closes when the event is TRUE or FALSE.
OpenRight
the right shutter opens and closes when the event is TRUE or FALSE.
left_close
the left shutter closes if the event of type SFTime comes.
left_open
the left shutter opens if the event of type SFTime comes.
right_close
the right shutter closes if the event of type SFTime comes.
right_open
the right shutter opens if the event of type SFTime comes.
Outgoing Events:
OpenedLeft
generates TRUE when the left shutter is opened completely.
OpenedRight
generates TRUE when the right shutter is opened completely.