X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=benchmarks%2FCpp%2FLifxtest%2FRoomSmart_Stub.cpp;h=bfe7f78dfe7d466222e6f82feba161ffb359bb03;hb=ffea2cb68e5a2e1bac041fe2279620eba8d227f8;hp=0e1a498f0d146cde5efdb3e25d73f9d8c9bc4e23;hpb=e9a65a3fa878d7451ceb4f5a2cb1bc9ee846e035;p=iot2.git diff --git a/benchmarks/Cpp/Lifxtest/RoomSmart_Stub.cpp b/benchmarks/Cpp/Lifxtest/RoomSmart_Stub.cpp index 0e1a498..bfe7f78 100644 --- a/benchmarks/Cpp/Lifxtest/RoomSmart_Stub.cpp +++ b/benchmarks/Cpp/Lifxtest/RoomSmart_Stub.cpp @@ -70,5 +70,17 @@ extern "C" void initRoomSmart_Stub(void* t) { } int main() { + + /*int send_port = 5010; + int recv_port = 5011; + const char* skeletonAddress = "localhost"; + //const char* skeletonAddress = "l92.168.1.198"; + //const char* skeletonAddress = "127.0.0.1"; + int rev = 0; + bool result = false; + + RoomSmart_Stub *rm = new RoomSmart_Stub(send_port, recv_port, skeletonAddress, rev, &result); + cout << "Successfully instantiated stub!" << endl;*/ + return 0; }