OSDN Git Service

Transmit the entire sensor_event_t structure from acquisition thread
authorPatrick Porlan <patrick.porlan@intel.com>
Fri, 19 Dec 2014 14:23:38 +0000 (15:23 +0100)
committerAdriana Reus <adriana.reus@intel.com>
Mon, 5 Jan 2015 09:32:50 +0000 (11:32 +0200)
commit4a84b1670d59fab6ecd339d4dc82f3cb64da9322
treee8a473d676d5d89c9dc689bfb26a93c80e699f63
parent8cefd8e6dfb41ab065e6b60af21fb1e2b7712c6e
Transmit the entire sensor_event_t structure from acquisition thread

We were losing the magnetometer accuracy indicator because of the
wish to limit the amount of data we're transmitting accross threads,
but the volume of data itself is not so different this way. There
should be no impact on performance whatsoever, and this will likely
avoid future bugs.

Change-Id: I55c18553467b442a25a61d29ffaba40eb4fba708
Signed-off-by: Patrick Porlan <patrick.porlan@intel.com>
control.c