home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / flow / oneshot. / oneshot.bin
Text File  |  1995-12-09  |  518b  |  14 lines

  1. OPERATOR
  2.  
  3. oneshot --- allow one output to pass
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The oneshot operator allows one object to pass when in an armed state. After 
  9. an object has flowed through, the operator is in a triggered state and will 
  10. accept further inputs but send no outputs. This operator is necessary to 
  11. avoid igraph deadlock when using the for-loop or if-then-else operators. Using 
  12. a oneshot also makes sense when you only want to do a particular igraph 
  13. operation once like define an area of interest. 
  14.