rocon_app_manager_msgs/Status Service

File: rocon_app_manager_msgs/Status.srv

Raw Message Definition

---
# Namespace under which applications will run if connected
string application_namespace

# Who is controlling the app manager (i.e. who invited it to send it's
# control handles). If the empty string, it is not being controlled 
# and subsequently is available
string remote_controller

# Current app status, stopped or running
string application_status

# Current app details (if running), a default App() (filled with empty strings and lists) otherwise
rocon_app_manager_msgs/App application

Compact Message Definition


string application_namespace
string remote_controller
string application_status
rocon_app_manager_msgs/App application