Module: Roby::DRoby::V5::Queries::ExecutionExceptionMatcherDumper

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



871
872
873
874
875
# File 'lib/roby/droby/v5/droby_dump.rb', line 871

def droby_dump(peer)
    DRoby.new(
        peer.dump(exception_matcher),
        peer.dump(involved_tasks_matchers))
end