Method: Roby::ExecutionEngine::PropagationInfo#add_event_emission

Defined in:
lib/roby/execution_engine.rb

#add_event_emission(event) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



1599
1600
1601
# File 'lib/roby/execution_engine.rb', line 1599

def add_event_emission(event)
    emitted_events << event
end