Porting and compiling SmartLightsController
authorrtrimana <rtrimana@uci.edu>
Fri, 16 Dec 2016 01:22:26 +0000 (17:22 -0800)
committerrtrimana <rtrimana@uci.edu>
Fri, 16 Dec 2016 01:22:26 +0000 (17:22 -0800)
commitf59c5789201487e4fc1101ee5f9c6c75d7918607
tree747d92d9bd4bc1682145a6edc584cda72b4441c6
parent2b186a1e156bfd023b55a0053bd46df4376cce44
Porting and compiling SmartLightsController
43 files changed:
benchmarks/SmartLightsController/CameraCallback_CallbackSkeleton.java [new file with mode: 0644]
benchmarks/SmartLightsController/CameraSmartCallback_CallbackStub.java [new file with mode: 0644]
benchmarks/SmartLightsController/CameraSmartCallback_Stub.java [new file with mode: 0644]
benchmarks/SmartLightsController/CameraSmart_CallbackStub.java [new file with mode: 0644]
benchmarks/SmartLightsController/CameraSmart_Stub.java [new file with mode: 0644]
benchmarks/SmartLightsController/Camera_CallbackSkeleton.java [new file with mode: 0644]
benchmarks/SmartLightsController/ColorTemperature.java [new file with mode: 0644]
benchmarks/SmartLightsController/LightBulbSmart_Stub.java [new file with mode: 0644]
benchmarks/SmartLightsController/Makefile [new file with mode: 0644]
benchmarks/SmartLightsController/MotionDetection.java [new file with mode: 0644]
benchmarks/SmartLightsController/MotionDetectionCallback.java [new file with mode: 0644]
benchmarks/SmartLightsController/RoomSmart_Stub.java [new file with mode: 0644]
benchmarks/SmartLightsController/SmartLightsController.config [new file with mode: 0644]
benchmarks/SmartLightsController/SmartLightsController.java [new file with mode: 0644]
benchmarks/drivers/AmcrestCamera/AmcrestCamera.config [new file with mode: 0644]
benchmarks/drivers/AmcrestCamera/AmcrestCamera.java [new file with mode: 0644]
benchmarks/drivers/AmcrestCamera/Camera_Skeleton.java [new file with mode: 0644]
benchmarks/drivers/LabRoom/LabRoom.config [new file with mode: 0644]
benchmarks/drivers/LabRoom/LabRoom.java [new file with mode: 0644]
benchmarks/drivers/LabRoom/Room_Skeleton.java [new file with mode: 0644]
benchmarks/drivers/LifxLightBulb/LifxLightBulb.config
benchmarks/drivers/Makefile
benchmarks/interfaces/Camera.java [new file with mode: 0644]
benchmarks/interfaces/CameraCallback.java [new file with mode: 0644]
benchmarks/interfaces/CameraSmart.java [new file with mode: 0644]
benchmarks/interfaces/CameraSmartCallback.java [new file with mode: 0644]
benchmarks/interfaces/LightBulbSmart.java [new file with mode: 0644]
benchmarks/interfaces/Resolution.java [new file with mode: 0644]
benchmarks/interfaces/Room.java [new file with mode: 0644]
benchmarks/interfaces/RoomSmart.java [new file with mode: 0644]
iotjava/Makefile
iotjava/iotpolicy/IoTCompiler.java
iotjava/iotrmi/Java/IoTRMICall.java
iotjava/iotrmi/Java/IoTRMIObject.java
iotjava/iotrmi/Java/IoTRMIUtil.java
iotjava/iotruntime/slave/IoTSlave.java
localconfig/iotpolicy/AmcrestCamera/amcrestcamera.pol [new file with mode: 0644]
localconfig/iotpolicy/AmcrestCamera/motiondetection.pol [new file with mode: 0644]
localconfig/iotpolicy/AmcrestCamera/motiondetection.req [new file with mode: 0644]
localconfig/iotpolicy/AmcrestCamera/smartlightscam.req [new file with mode: 0644]
localconfig/iotpolicy/LabRoom/labroom.pol [new file with mode: 0644]
localconfig/iotpolicy/LabRoom/roomsmart.req [new file with mode: 0644]
localconfig/iotpolicy/LifxLightBulb/smartlightsbulb.req [new file with mode: 0644]