Changeset 4866 for experimental/components/rc2007_gui/WorkModule.py
- Timestamp:
- 08/27/07 11:51:41 (6 years ago)
- Files:
-
- 1 modified
-
experimental/components/rc2007_gui/WorkModule.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/rc2007_gui/WorkModule.py
r4862 r4866 66 66 # TODO: add meta data 67 67 # TODO: text should be data in send_data method 68 self.rc2007_gui_ref. outPort0_servant.send_data(text)68 self.rc2007_gui_ref.to_radio_port_servant.send_data(text) 69 69 70 70 def Release(self): … … 84 84 # forwarding voice data: 85 85 if self.rc2007_gui_ref.talk_flag: 86 if self.rc2007_gui_ref. outPort0_active:86 if self.rc2007_gui_ref.to_radio_port_active: 87 87 # TODO: send voice metadata 88 self.rc2007_gui_ref. outPort0_servant.send_data(data)88 self.rc2007_gui_ref.to_radio_port_servant.send_data(data) 89 89 90 90 self.voice_data_signal.clear() # done reading the buffer