Module: Roby::DRoby::V5::EventDumper
- Included in:
- Event
- Defined in:
- lib/roby/droby/v5/droby_dump.rb
Defined Under Namespace
Classes: DRoby
Instance Method Summary collapse
-
#droby_dump(dest) ⇒ Object
Returns an intermediate representation of
selfsuitable to be sent to thedestpeer.
Instance Method Details
#droby_dump(dest) ⇒ Object
Returns an intermediate representation of self suitable to be sent to the dest peer.
369 370 371 |
# File 'lib/roby/droby/v5/droby_dump.rb', line 369 def droby_dump(dest) DRoby.new(propagation_id, time, dest.dump(generator), dest.dump(context)) end |