Method: Plc::Emulator::EmuDevice#sync_output
- Defined in:
- lib/plc/emulator/emu_device.rb
#sync_output ⇒ Object
112 113 114 115 116 |
# File 'lib/plc/emulator/emu_device.rb', line 112 def sync_output @lock.synchronize { @out_value = @value } end |