-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e727ba
commit 10d4cef
Showing
4 changed files
with
59 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# Request | ||
#### Request #### | ||
|
||
# Name of the tree to execute | ||
string target_tree | ||
# Optional, implementation-dependent, payload. | ||
string payload | ||
--- | ||
# Result | ||
string error_message | ||
#### Result #### | ||
|
||
# Status of the tree | ||
NodeStatus node_status | ||
# result payload or error message | ||
string return_message | ||
--- | ||
# Feedback. This can be customized by the user | ||
string msg | ||
#### Feedback #### | ||
|
||
#This can be customized by the user | ||
string message |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters