HRVKit
HRV Analysis for iOS
 All Classes Functions Properties
/HRVKit/WahooRRHelper.h
00001 //
00002 //  WahooRRHelper.h
00003 //  HRVKit
00004 //
00005 //  Created by Alex Shaykevich on 31/03/12.
00006 //  Copyright (c) 2012 YOM. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00011 @class WFHeartrateRawData;
00012 @interface WahooRRHelper : NSObject {
00013     int previousBeatCount;
00014     int previousBeatTime;
00015 }
00016 
00023 -(double)getRR:(WFHeartrateRawData*) hrData;
00024 
00025 @end