|
QDBusArgument & | operator<< (QDBusArgument &argument, const DataRange &data) |
| Marshall the DataRange into a D-Bus argument. More...
|
|
const QDBusArgument & | operator>> (const QDBusArgument &argument, DataRange &data) |
| Unmarshall DataRange from the D-Bus argument. More...
|
|
QDBusArgument & | operator<< (QDBusArgument &argument, const DataRangeList &data) |
| Marshall the DataRangeList into a D-Bus argument. More...
|
|
const QDBusArgument & | operator>> (const QDBusArgument &argument, DataRangeList &data) |
| Unmarshall DataRangeList from the D-Bus argument. More...
|
|
QDBusArgument & | operator<< (QDBusArgument &argument, const IntegerRange &data) |
| Marshall the IntegerRange into a D-Bus argument. More...
|
|
const QDBusArgument & | operator>> (const QDBusArgument &argument, IntegerRange &data) |
| Unmarshall IntegerRange from the D-Bus argument. More...
|
|
QDBusArgument & | operator<< (QDBusArgument &argument, const IntegerRangeList &data) |
| Marshall the IntegerRangeList into a D-Bus argument. More...
|
|
const QDBusArgument & | operator>> (const QDBusArgument &argument, IntegerRangeList &data) |
| Unmarshall IntegerRangeList from the D-Bus argument. More...
|
|
template<typename T , typename U > |
bool | isInRange (T ref, const U &container) |
| Checks is given value inside range list. More...
|
|
Datatype containing sensor data range and resolution.
Copyright (C) 2009-2010 Nokia Corporation
- Author
- Timo Rongas ext-t.nosp@m.imo..nosp@m.2.ron.nosp@m.gas@.nosp@m.nokia.nosp@m..com
-
Antti Virtanen antti.nosp@m..i.v.nosp@m.irtan.nosp@m.en@n.nosp@m.okia..nosp@m.com
This file is part of Sensord.
Sensord is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation.
Sensord is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Sensord. If not, see http://www.gnu.org/licenses/.
Definition in file datarange.h.