rocon_app_manager_msgs/Invite Service

File: rocon_app_manager_msgs/Invite.srv

Raw Message Definition

# Invite the application manager to send (or cancel) the app manager control handles 
# (/start_app etc) to a remote target. That target is usually the client's gateway name.

string remote_target_name

# Set up the default application namespace - there are typically three options here:
#  - an absolute namespace
#  - a relative namespace, in which case it will reside underneath the app manager namespace
#  - unset, in which case it defaults to the relative namespace 'application'
string application_namespace
bool cancel
---
bool result
# classifying start success/failure, see ErrorCodes.msg (to be implemented)
int32 error_code
# human friendly string for debugging (usually upon error)
string message

Compact Message Definition

string remote_target_name
string application_namespace
bool cancel

bool result
int32 error_code
string message