OSDN Git Service

GMINL-2659: Keep recent events history for fusion-like processing
authorPatrick Porlan <patrick.porlan@intel.com>
Fri, 24 Oct 2014 13:17:45 +0000 (15:17 +0200)
committerAdriana Reus <adriana.reus@intel.com>
Mon, 27 Oct 2014 13:39:51 +0000 (15:39 +0200)
commitf4cb7dc91324cc194d1503743027e8937cd712e8
tree1482c6cbc45c3840a007e0a2e0a56880c3d5f8a3
parent7c24cdccf64b4fa47e29841f6d72d8b73d60fa7b
GMINL-2659: Keep recent events history for fusion-like processing

We may wish to correlate recent input from several active sensors.
In preparation to that, keep the last 100 events we got for the
entire sensors collection. This is intended as a lightweight record,
built and used from the main sensor sample retrieval thread exclusively
so we don't have to deal with performance-degrading synchronization
primitives. This data will enable multi-sensors filtering decisions.

Change-Id: Ied6559c7dd91e94bebbeb1bc60182d1db3103d8c
Signed-off-by: Patrick Porlan <patrick.porlan@intel.com>
common.h
control.c
filtering.c
filtering.h
transform.c