Adding stub and skeleton for Lifxtest and LifxLightBulb; Creating build flow for...
authorrtrimana <rtrimana@uci.edu>
Fri, 13 Jan 2017 23:33:42 +0000 (15:33 -0800)
committerrtrimana <rtrimana@uci.edu>
Fri, 13 Jan 2017 23:33:42 +0000 (15:33 -0800)
commitdb205c86272ade784240295eb0e4c8d160f02717
tree0036ea17a8494a2c41fccd8d4c49272ebd9454fb
parent888644b2f1d6aaddf7cc463c905df09677b4f89e
Adding stub and skeleton for Lifxtest and LifxLightBulb; Creating build flow for shared-objects; Developing IoTSlave for C++
23 files changed:
benchmarks/Cpp/Lifxtest/LightBulbTest_Stub.cpp [new file with mode: 0644]
benchmarks/Cpp/Lifxtest/LightBulbTest_Stub.hpp
benchmarks/Cpp/Lifxtest/Makefile
benchmarks/drivers/Cpp/LifxLightBulb/DeviceStateLocation.hpp~ [deleted file]
benchmarks/drivers/Cpp/LifxLightBulb/LifxLightBulb.cpp
benchmarks/drivers/Cpp/LifxLightBulb/LifxLightBulb.hpp
benchmarks/drivers/Cpp/LifxLightBulb/LightBulb_Skeleton.cpp [new file with mode: 0644]
benchmarks/drivers/Cpp/LifxLightBulb/LightBulb_Skeleton.hpp
benchmarks/drivers/Cpp/Makefile
iotjava/iotruntime/cpp/iotslave/IoTCommCode.java [new file with mode: 0644]
iotjava/iotruntime/cpp/iotslave/IoTSlave.cpp [new file with mode: 0644]
iotjava/iotruntime/cpp/iotslave/IoTSlave.hpp [new file with mode: 0644]
iotjava/iotruntime/cpp/iotslave/IoTSlave.java [new file with mode: 0644]
iotjava/iotruntime/cpp/iotslave/LifxLightBulb.so [new file with mode: 0755]
iotjava/iotruntime/cpp/iotslave/Lifxtest.so [new file with mode: 0755]
iotjava/iotruntime/cpp/iotslave/LightBulbTest_Stub.so [new file with mode: 0755]
iotjava/iotruntime/cpp/iotslave/LightBulb_Skeleton.so [new file with mode: 0755]
iotjava/iotruntime/cpp/iotslave/Makefile [new file with mode: 0755]
iotjava/iotruntime/cpp/iotslave/ObjectFactory.hpp [new file with mode: 0644]
iotjava/iotruntime/cpp/setrelation/IRelation.hpp [new file with mode: 0644]
iotjava/iotruntime/cpp/setrelation/ISet.hpp [new file with mode: 0644]
iotjava/iotruntime/cpp/setrelation/IoTRelation.hpp
iotjava/iotruntime/cpp/setrelation/IoTSet.hpp