File: omronsentech_camera/EnableEventNode.srv
Raw Message Definition
string module_name # Name of the module
string node_name # Name of the GenICam event node.
# The list of the available node name can be obtained
# through service get_event_node_status_list
string callback_node # Name of the callback node. The event data will be
# published when the callback node data is updated
string event_topic_name # Custom name for the event topic. Leave empty to
# use the default event topic of the camera
bool value # true to enable, false to disable
---
Compact Message Definition
string module_name
string node_name
string callback_node
string event_topic_name
bool value