File: abb_robot_msgs/SetFileContents.srv
Raw Message Definition
#-------------------------------------------------------------------------------
# Description:
# The purpose of this service definition, is to define a way to set the
# contents of a file in an ABB robot controller system.
#
# Note:
# The file will be placed in the system's home directory. If the file
# doesn't exist, then it will be created, otherwise it will be overwritten.
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Service request fields
#-------------------------------------------------------------------------------
# Filename (including file extension) for the file in the system.
string filename
# New contents for the file.
string contents
---
#-------------------------------------------------------------------------------
# Service response fields
#-------------------------------------------------------------------------------
# Service success/failure indicator.
# Refer to 'abb_robot_msgs/ServiceResponses' for defined error codes.
uint16 result_code
# Status message (empty if service succeeded).
string message
Compact Message Definition
string filename
string contents
uint16 result_code
string message