module Roby::Transaction::TaskEventGeneratorProxy
Transaction
proxy for Roby::TaskEventGenerator
Public Instance Methods
has_sibling?(peer)
click to toggle source
Task
event generators do not have siblings on remote plan managers. They are always referenced by their name and task.
# File lib/roby/transaction/task_event_generator_proxy.rb, line 15 def has_sibling?(peer); false end
setup_proxy(object, transaction)
click to toggle source
Calls superclass method
# File lib/roby/transaction/task_event_generator_proxy.rb, line 7 def setup_proxy(object, transaction) super @task = transaction[task] task.bound_events[symbol] = self end