Initial version
authorJin Yoon <jinny.yoon@samsung.com>
Mon, 26 Jun 2017 04:23:10 +0000 (13:23 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Mon, 26 Jun 2017 04:23:10 +0000 (13:23 +0900)
commite95b32b4041c1c61c43bfff15830e677f8aac911
tree915a846c2980d65d1ab2972de1bf3fccece1cb65
parente762cca4c09b48d273b4d28da794bb9f816dd49f
Initial version
18 files changed:
CMakeLists.txt [new file with mode: 0644]
inc/controller.h [new file with mode: 0644]
inc/log.h [new file with mode: 0644]
inc/model.h [new file with mode: 0644]
inc/model/model_infrared_motion_sensor.h [new file with mode: 0644]
inc/model/model_infrared_obstacle_avoidance_sensor.h [new file with mode: 0644]
inc/model/model_ultrasonic_sensor.h [new file with mode: 0644]
org.tizen.position-finder-server.manifest [new file with mode: 0755]
packaging/org.tizen.position-finder-server.spec [new file with mode: 0644]
shared/res/position_finder_server.png [new file with mode: 0755]
src/connectivity.c [new file with mode: 0644]
src/controller.c [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/model.c [new file with mode: 0644]
src/model/model_infrared_motion_sensor.c [new file with mode: 0644]
src/model/model_infrared_obstacle_avoidance_sensor.c [new file with mode: 0644]
src/model/model_ultrasonic_sensor.c [new file with mode: 0644]
tizen-manifest.xml [new file with mode: 0644]