From 1fb958f8038c112ec78d5ccae32c5b2308d6dc4b Mon Sep 17 00:00:00 2001 From: Tommy Persson <@tommy.persson@liu.se> Date: Fri, 28 Jan 2022 12:49:33 +0100 Subject: [PATCH] Work on eliminating GetNodeInfo --- CMakeLists.txt | 1 + srv/TSTGetUuidFromId.srv | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 srv/TSTGetUuidFromId.srv diff --git a/CMakeLists.txt b/CMakeLists.txt index b5a0efd..00e988c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,6 +88,7 @@ TSTGetTree.srv TSTGetTreeStartTime.srv TSTGetTreeString.srv TSTGetTreeStringFromUuid.srv +TSTGetUuidFromId.srv TSTInitPlanningProcess.srv TSTInitUniqueNodeId.srv TSTMakeLocalCopy.srv diff --git a/srv/TSTGetUuidFromId.srv b/srv/TSTGetUuidFromId.srv new file mode 100644 index 0000000..0460d32 --- /dev/null +++ b/srv/TSTGetUuidFromId.srv @@ -0,0 +1,11 @@ +# +# Get uuid for the node from id +# + +int32 id +--- +string uuid +bool success +int32 error +string reason + -- GitLab