Module: Roby::DRoby::V5::Queries::AndMatcherDumper

Included in:
Queries::AndMatcher
Defined in:
lib/roby/droby/v5/droby_dump.rb

Defined Under Namespace

Classes: DRoby

Instance Method Summary collapse

Instance Method Details

#droby_dump(peer) ⇒ Object

Returns an intermediate representation of self suitable to be sent to the dest peer.



801
802
803
# File 'lib/roby/droby/v5/droby_dump.rb', line 801

def droby_dump(peer)
    DRoby.new(peer.dump(@ops))
end