Module: Roby::DRoby::V5::Queries::LocalizedErrorMatcherDumper

Included in:
Queries::LocalizedErrorMatcher
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.



899
900
901
902
903
# File 'lib/roby/droby/v5/droby_dump.rb', line 899

def droby_dump(peer)
    DRoby.new(
        peer.dump_model(model),
        peer.dump(failure_point_matcher))
end