sensorfw
|
QObject based datatype for HeartRateData. More...
Go to the source code of this file.
Classes | |
class | HeartRate |
QObject facade for HeartRateData. More... | |
Functions | |
QDBusArgument & | operator<< (QDBusArgument &argument, const HeartRate &heartRate) |
Marshall the HeartRate data into a D-Bus argument. More... | |
const QDBusArgument & | operator>> (const QDBusArgument &argument, HeartRate &heartRate) |
Unmarshall HeartRate data from the D-Bus argument. More... | |
QObject based datatype for HeartRateData.
Copyright (C) 2009-2010 Nokia Corporation
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 heartrate.h.
|
inline |
Marshall the HeartRate data into a D-Bus argument.
argument | dbus argument. |
heartRate | data to marshall. |
Definition at line 110 of file heartrate.h.
|
inline |
Unmarshall HeartRate data from the D-Bus argument.
argument | dbus argument. |
heartRate | unmarshalled data. |
Definition at line 125 of file heartrate.h.