X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=iotjava%2Fiotrmi%2FC%2B%2B%2Fbasics%2FTestClassComplete_Stub.cpp;h=d8f7b5832730a72c14b54651128c5ffe96c2e8a8;hb=71fb5f7626f0ff79e2cf215adc44be46ea0db0b5;hp=96827a2450efe4808d6df2f8449a9e424348a60e;hpb=d6dfb71f4ffc4720ab531d133767c067724e8919;p=iot2.git 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);