Adding premature C++ side; supporting only primitive types (including string) for now
authorrtrimana <rtrimana@uci.edu>
Mon, 24 Oct 2016 23:18:35 +0000 (16:18 -0700)
committerrtrimana <rtrimana@uci.edu>
Mon, 24 Oct 2016 23:18:35 +0000 (16:18 -0700)
commitb54e7e1e86dd82c39e3a8fd5ff648283ba98bef6
tree63c7f3d7f99f906e723ded64226da89da4d2777a
parent599d490dfb2d36edde42dceda38b725e08e0485f
Adding premature C++ side; supporting only primitive types (including string) for now
14 files changed:
common.mk
iotjava/Makefile
iotjava/iotrmi/C++/IoTRMICall.hpp [new file with mode: 0644]
iotjava/iotrmi/C++/IoTRMIObject.hpp [new file with mode: 0644]
iotjava/iotrmi/C++/IoTRMITypes.hpp [new file with mode: 0644]
iotjava/iotrmi/C++/IoTRMIUtil.hpp [new file with mode: 0644]
iotjava/iotrmi/C++/IoTSocket.hpp [new file with mode: 0644]
iotjava/iotrmi/C++/IoTSocketClient.hpp [new file with mode: 0644]
iotjava/iotrmi/C++/IoTSocketServer.hpp [new file with mode: 0644]
iotjava/iotrmi/C++/TestClass.hpp [new file with mode: 0644]
iotjava/iotrmi/Java/IoTRMICall.java
iotjava/iotrmi/Java/IoTRMIObject.java
iotjava/iotrmi/Java/IoTRMIUtil.java
iotjava/iotrmi/Java/sample/TestClass.java