omronsentech_camera/Event Message

File: omronsentech_camera/Event.msg

Raw Message Definition

time        timestamp       # ROS timestamp when publishing the event
string      module_name     # Source of the event
string      event_name      # Name of the event (empty if from GenICam node)

string      callback_node   # Name of the GenICam callback node 
                            # (empty if from non GenICam node)

string      event_data      # Event data (converted to String datatype)

Compact Message Definition

time timestamp
string module_name
string event_name
string callback_node
string event_data