omronsentech_camera/GetEnumList Service

File: omronsentech_camera/GetEnumList.srv

Raw Message Definition

string      module_name           # Name of the module
string      node_name             # Name of the node
---
string[]    enum_value_str_list   # List of retrieved enumeration symbolic value

int64[]     enum_value_int_list   # List of the integer value corresponding to
                                  # the enumeration symbolic value

Compact Message Definition

string module_name
string node_name

string[] enum_value_str_list
int64[] enum_value_int_list