Show
Ignore:
Timestamp:
05/30/07 15:18:22 (6 years ago)
Author:
DrewCormier
Message:

wait line should not be there since i'm not waiting on any data

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/image_capture/trunk/image_capture/WorkModule.py

    r4021 r4022  
    6262        while self.is_running: 
    6363            print "image_capture.workModule.Process is_running" 
    64             self.data_signal.wait() 
    6564 
    6665            bytesOut = ['t', 'e', 's', 't']  
     
    7170                self.image_capture_ref.outPort0_servant.send_data(bytesOut) 
    7271            else: 
     72                "self.image_caputure_ref.outPort0_active == false" 
    7373                # reset the signal event variable 
    7474                self.data_signal.clear()