class Orocos::Async::CORBA::InputWriter
Public Class Methods
new(port,writer,options=Hash.new)
click to toggle source
Calls superclass method
Orocos::Async::ObjectBase.new
# File lib/orocos/async/ports.rb, line 156 def initialize(port,writer,options=Hash.new) super(port.name,port.event_loop) @port = port disable_emitting do reachable!(writer) end end
Public Instance Methods
unreachable!(options = Hash.new)
click to toggle source
Calls superclass method
Orocos::Async::ObjectBase#unreachable!
# File lib/orocos/async/ports.rb, line 164 def unreachable!(options = Hash.new) @delegator_obj.disconnect if valid_delegator? super end