Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 896 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 896 Bytes

This package is part of ROS/IOP Bridge.

fkie_iop_events: Events

The Events service implements the functionality to send registered events. The events are reports registered by plugins on load. Events supports periodic and on change notifications. Currently CommandEvents are not supported.

Parameter:

events_timeout (int, (Default: 1)

Time period in minutes after which the event will be canceled if no update for event received. Zero disables the timeout.

Publisher:

None

Subscriber:

None

fkie_iop_events: EventsClient

This service register events on Events service and update it to avoid timeout or if change for event is needed. The received events forwarded to handler plugin which requested the report by event.

Parameter:

None

Publisher:

None

Subscriber:

None