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

  1. OPERATOR
  2.  
  3. buf --- object buffer
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The buf operator acts as a NOP by passing its input object to its output. 
  9. This operator is used primarily as a means to connect the output of an 
  10. operator back to its input. Connecting outputs directly to the inputs of the 
  11. same operator causes deadlock. Deadlock is fixed by using the buf operator 
  12. between output and input connections. 
  13.