From 71fb5f7626f0ff79e2cf215adc44be46ea0db0b5 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Mon, 1 May 2017 08:50:15 -0700 Subject: [PATCH 1/1] Making sure that C++ RMI test works --- iotjava/iotrmi/C++/basics/TestClassComplete_Stub.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/iotjava/iotrmi/C++/basics/TestClassComplete_Stub.cpp b/iotjava/iotrmi/C++/basics/TestClassComplete_Stub.cpp index 96827a2..d8f7b58 100644 --- a/iotjava/iotrmi/C++/basics/TestClassComplete_Stub.cpp +++ b/iotjava/iotrmi/C++/basics/TestClassComplete_Stub.cpp @@ -121,8 +121,8 @@ int main(int argc, char *argv[]) int portRecv = 6000; const char* address = "localhost"; //const char* address = "192.168.2.191"; // RPi2 - const char* skeletonAddress = "128.195.136.163"; // dc-2.calit2.uci.edu - //const char* skeletonAddress = "128.195.204.132"; + //const char* skeletonAddress = "128.195.136.163"; // dc-2.calit2.uci.edu + const char* skeletonAddress = "128.195.204.132"; const char* callbackAddress = "128.195.204.132"; // dw-2.eecs.uci.edu (this machine) //const char* skeletonAddress = "192.168.2.108"; // RPi1 //const char* callbackAddress = "192.168.2.191"; // RPi2 @@ -140,9 +140,9 @@ int main(int argc, char *argv[]) in.push_back(68); vector result = tcStub->getByteArray(in); cout << "Test print: " << in[0] << endl; -/* -// cout << "Getting return value from getShort(): " << tcStub->getShort(1234) << endl; - //cout << "Getting return value from getShort(): " << tcStub->getShort(4321) << endl; + + cout << "Getting return value from getShort(): " << tcStub->getShort(1234) << endl; +/* //cout << "Getting return value from getShort(): " << tcStub->getShort(4321) << endl; //cout << "Getting return value from getShort(): " << tcStub->getShort(5678) << endl; cout << "==== CALLBACK ====" << endl; CallBackInterface *cbSingle = new CallBack(2354); -- 2.34.1