Method: Roby::Distributed::Test::RemotePeerSupport#enable_communication

Defined in:
lib/roby/test/distributed.rb

#enable_communicationObject



65
66
67
68
69
70
71
# File 'lib/roby/test/distributed.rb', line 65

def enable_communication
    Roby::Distributed.state.synchronize do
  local_peer.enable_rx
  # make sure we wake up the communication thread
  Roby::Distributed.state.finished_discovery.broadcast
    end
end