From b64ca740d4563383c047184426a5c99443b6b289 Mon Sep 17 00:00:00 2001 From: Peter Kaiser <peter.kaiser@kit.edu> Date: Fri, 29 Jan 2016 15:11:07 +0100 Subject: [PATCH] BusInspectionInterface: Removed node name from device information structure --- source/RobotAPI/interface/hardware/BusInspectionInterface.ice | 1 - 1 file changed, 1 deletion(-) diff --git a/source/RobotAPI/interface/hardware/BusInspectionInterface.ice b/source/RobotAPI/interface/hardware/BusInspectionInterface.ice index 3def44040..ab9edc58e 100644 --- a/source/RobotAPI/interface/hardware/BusInspectionInterface.ice +++ b/source/RobotAPI/interface/hardware/BusInspectionInterface.ice @@ -64,7 +64,6 @@ module armarx { int id; string type; - string node; int heartBeatErrorCounter; string firmwareBuildDate; -- GitLab