From: rtrimana Date: Mon, 19 Mar 2018 16:12:59 +0000 (-0700) Subject: Adjusting Object IDs to the Java side. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3622d695c041ea137b3d2103166bdd2c553b052e;p=iot2.git Adjusting Object IDs to the Java side. --- diff --git a/benchmarks/drivers/Cpp/LabRoom/Room_Skeleton.hpp b/benchmarks/drivers/Cpp/LabRoom/Room_Skeleton.hpp index 715450c..5570778 100644 --- a/benchmarks/drivers/Cpp/LabRoom/Room_Skeleton.hpp +++ b/benchmarks/drivers/Cpp/LabRoom/Room_Skeleton.hpp @@ -21,7 +21,7 @@ class Room_Skeleton : public Room IoTRMIComm *rmiComm; char* methodBytes; int methodLen; - int objectId = 0; + int objectId = 4; static set set0Allowed; // Synchronization variables bool methodReceived = false; diff --git a/benchmarks/drivers/Cpp/LifxLightBulb/LightBulb_Skeleton.hpp b/benchmarks/drivers/Cpp/LifxLightBulb/LightBulb_Skeleton.hpp index 2a06e73..ab5f981 100644 --- a/benchmarks/drivers/Cpp/LifxLightBulb/LightBulb_Skeleton.hpp +++ b/benchmarks/drivers/Cpp/LifxLightBulb/LightBulb_Skeleton.hpp @@ -19,7 +19,7 @@ class LightBulb_Skeleton : public LightBulb IoTRMIComm *rmiComm; char* methodBytes; int methodLen; - int objectId = 0; + int objectId = 1; static set set0Allowed; // Synchronization variables bool methodReceived = false;