Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-25837

Batching Data

    XMLWordPrintable

Details

    Description

      A way to batch sensor data updates (eg. to get a high rate of changes without frequent context switching).

      The FIFO API (QTBUG-25883) makes this much more useful though it's not an absolute requirement. We can serially deliver the batched readings as they arrive.

      Symbian delivered sensor data in "batches" and you set the minimum and maximum sizes you wanted (eg. min=1, max=10 means I'd like to get each event as it happens but you can batch up to 10 events if the system is busy). Setting max=1 meant readings were dropped if the system was busy.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lpotter Lorn Potter
            minshin Minjung Shin (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes