TSensrvTailIndexItem Class Reference
class TSensrvTailIndexItem
|
Listener tail index item. Also stores data lost count for that listener.
Constructor & Destructor Documentation
TSensrvTailIndexItem(CSensrvChannelListener *)
Member Data Documentation
TBool
iConditionDataAvailable
TBool
|
iConditionDataAvailable
|
Indicates if listener has unevaluated data. Needed to separate between no data and data starting from head index, as in both cases tail will be at head index.
TInt
iConditionTailIndex
Tail index to buffer, indicating the next valid data for condition listening. If tail index is same as buffer head index, then there is no valid data.
TBool
iDataAvailable
Indicates if listener has unread data. Needed to separate between no data and data starting from head index, as in both cases tail will be at head index.
TInt
iDataLostCount
Number of data items lost to buffer overwrite since last time data was read by this listener.
TInt
iDataTailIndex
Tail index to buffer, indicating the next valid data for data listening. If tail index is same as buffer head index, then there is no valid data.
CSensrvChannelListener * iListener
Listener for which this index is. Not own.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.