[SSM] Add omitted arduino sample and soft sensor sample
authorjk13 <jihyeok13.kim@samsung.com>
Mon, 5 Jan 2015 02:09:42 +0000 (11:09 +0900)
committerjk13 <jihyeok13.kim@samsung.com>
Fri, 9 Jan 2015 00:47:16 +0000 (09:47 +0900)
commitd887fda27142837f6de6d2a307558a001405fc27
treef640e533312c7b1c5369b4930a1ebddc5274bfdb
parentfcb4f9a5e9dd9b8b76bc67ddfa56b19d138fc5b6
[SSM] Add omitted arduino sample and soft sensor sample

1. Add omitted arduino sample app
2. Modify previous arduino sample to use proper resource name
3. Add IndoorTrajectory Soft Sensor

Change-Id: I90e7a69ef203d3f57e8350f73ffa47039f883878
Signed-off-by: jk13 <jihyeok13.kim@samsung.com>
15 files changed:
service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/build/makefile
service/soft-sensor-manager/SampleApp/arduino/THSensorApp/build/makefile
service/soft-sensor-manager/SampleApp/arduino/THSensorApp/src/thserver.cpp
service/soft-sensor-manager/SampleApp/arduino/THSensorApp1/build/makefile [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/THSensorApp1/src/readme.txt [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/THSensorApp1/src/thserver.cpp [new file with mode: 0644]
service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/build/makefile
service/soft-sensor-manager/SoftSensorPlugin/IndoorTrajectorySensor/include/GeneralData.h [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/IndoorTrajectorySensor/include/ITS.h [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/IndoorTrajectorySensor/include/SysTimer.h [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/IndoorTrajectorySensor/include/Trajectory.h [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/IndoorTrajectorySensor/src/GeneralData.cpp [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/IndoorTrajectorySensor/src/ITS.cpp [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/IndoorTrajectorySensor/src/SysTimer.cpp [new file with mode: 0644]
service/soft-sensor-manager/SoftSensorPlugin/IndoorTrajectorySensor/src/Trajectory.cpp [new file with mode: 0644]