eeze/sensor: Switch timestamp to relative values coming.
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 16 Apr 2013 12:16:55 +0000 (13:16 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Tue, 16 Apr 2013 12:21:28 +0000 (13:21 +0100)
commit763bdd161814ea885e754585dc388737cf19cf42
treecb7a4398c0293c9aef03bff57b9b21bde9c44fb5
parent3ccc7e7cf825d111b709bdec8574f3541d08f350
eeze/sensor: Switch timestamp to relative values coming.

Switch from absolut microseconds since epoch to a monotonic clock with
realtive values. Switch from unsigned long long to double.

This aligns it with how we present time in efl. ecore_time_get is used
when possible. For the tizen modules we convert the the epoch timestamp
we get into a double. This is still a working monotone clock source.

As this will be released the first time with 1.8 we don't have any API
break here.
src/bin/eeze/eeze_sensor_test.c
src/lib/eeze/Eeze_Sensor.h
src/lib/eeze/eeze_sensor.c
src/modules/eeze/sensor/fake/fake.c
src/modules/eeze/sensor/tizen/tizen.c
src/tests/eeze/eeze_suite.c