Skip to content
Snippets Groups Projects
Commit 453d7f70 authored by Tommy Persson's avatar Tommy Persson
Browse files

Cleaning up, adding TSTSetUuidFlag and removing other service definitions.

parent 0cf6efd6
No related branches found
No related tags found
No related merge requests found
Pipeline #49457 passed
...@@ -89,7 +89,6 @@ TSTInitUniqueNodeId.srv ...@@ -89,7 +89,6 @@ TSTInitUniqueNodeId.srv
TSTMakeLocalCopy.srv TSTMakeLocalCopy.srv
TSTRemoveNode.srv TSTRemoveNode.srv
TSTRemoveNodeWaitForFinished.srv TSTRemoveNodeWaitForFinished.srv
TSTSetApprovedFlag.srv
TSTSetTreeApprovedFlag.srv TSTSetTreeApprovedFlag.srv
TSTSetConstraints.srv TSTSetConstraints.srv
TSTSetExecInfo.srv TSTSetExecInfo.srv
...@@ -108,10 +107,7 @@ TSTSetNodeParameterString.srv ...@@ -108,10 +107,7 @@ TSTSetNodeParameterString.srv
TSTSetNodeParameterStrings.srv TSTSetNodeParameterStrings.srv
TSTSetFailReason.srv TSTSetFailReason.srv
TSTSetStartExecutorFlag.srv TSTSetStartExecutorFlag.srv
TSTSetAbortExecutorFlag.srv TSTSetUuidFlag.srv
TSTSetPauseExecutorFlag.srv
TSTSetContinueExecutorFlag.srv
TSTSetEnoughExecutorFlag.srv
TSTSetTree.srv TSTSetTree.srv
TSTSetTreeStartTime.srv TSTSetTreeStartTime.srv
TSTSetNodeStartTime.srv TSTSetNodeStartTime.srv
...@@ -132,6 +128,13 @@ TSTContinueTree.srv ...@@ -132,6 +128,13 @@ TSTContinueTree.srv
TSTExpandNodeFromJson.srv TSTExpandNodeFromJson.srv
) )
# TSTSetAbortExecutorFlag.srv
# TSTSetPauseExecutorFlag.srv
# TSTSetContinueExecutorFlag.srv
# TSTSetEnoughExecutorFlag.srv
# TSTSetApprovedFlag.srv
## Generate actions in the 'action' folder ## Generate actions in the 'action' folder
# add_action_files( # add_action_files(
# FILES # FILES
......
#
# Set the node flag approved to the value val.
#
string node_uuid # Node uuid in the factory
bool val
---
bool success
int32 error
string reason
#
# Set the node flag abort_executor to the value val.
#
string node_uuid # Node uuid in the factory
bool val
---
string com_uuid
bool success
int32 error
string reason
#
# Set the node flag enough_executor to the value val.
#
string node_uuid # Node uuid in the factory
bool val
---
string com_uuid
bool success
int32 error
string reason
#
# Set the node flag abort_executor to the value val.
#
string node_uuid # Node uuid in the factory
bool val
---
string com_uuid
bool success
int32 error
string reason
# #
# Set the node flag abort_executor to the value val. # Set the node flag to the value val for node with node-uuid node_uuid.
# #
string node_uuid # Node uuid in the factory string node_uuid # Node uuid in the factory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment