sensorfw
heartratedata.h File Reference

Datatypes for different filters. More...

Go to the source code of this file.

Classes

class  HeartRateData
 Class for vector type measurement data (timestamp, x, y, z). More...
 

Enumerations

enum  HrmStatus {
  HrmNoContact , HrmUnreliable , HrmAccuracyLow , HrmAccuracyMedium ,
  HrmAccuracyHigh
}
 Status. More...
 

Functions

QDBusArgument & operator<< (QDBusArgument &argument, HrmStatus value)
 
const QDBusArgument & operator>> (const QDBusArgument &argument, HrmStatus &val)
 

Detailed Description

Datatypes for different filters.

Copyright (C) 2009-2010 Nokia Corporation

Author
Joep van Gassel joep..nosp@m.van..nosp@m.gasse.nosp@m.l@no.nosp@m.kia.c.nosp@m.om
Timo Rongas ext-t.nosp@m.imo..nosp@m.2.ron.nosp@m.gas@.nosp@m.nokia.nosp@m..com
Ustun Ergenoglu ext-u.nosp@m.stun.nosp@m..erge.nosp@m.nogl.nosp@m.u@nok.nosp@m.ia.c.nosp@m.om
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 heartratedata.h.

Enumeration Type Documentation

◆ HrmStatus

enum HrmStatus

Status.

Enumerator
HrmNoContact 
HrmUnreliable 
HrmAccuracyLow 
HrmAccuracyMedium 
HrmAccuracyHigh 

Definition at line 37 of file heartratedata.h.

Function Documentation

◆ operator<<()

QDBusArgument & operator<< ( QDBusArgument &  argument,
HrmStatus  value 
)
inline

Definition at line 47 of file heartratedata.h.

◆ operator>>()

const QDBusArgument & operator>> ( const QDBusArgument &  argument,
HrmStatus val 
)
inline

Definition at line 56 of file heartratedata.h.