class Roby::DRoby::V5::Queries::OrMatcherDumper::DRoby

An intermediate representation of OrMatcher objects suitable to be sent to our peers.

Attributes

ops[R]

Public Class Methods

new(ops) click to toggle source
# File lib/roby/droby/v5/droby_dump.rb, line 835
def initialize(ops)
    @ops = ops
end

Public Instance Methods

proxy(peer) click to toggle source
# File lib/roby/droby/v5/droby_dump.rb, line 838
def proxy(peer)
    Roby::Queries::OrMatcher.new(*peer.local_object(ops))
end