Module: PostRunner

Defined in:
lib/postrunner/Schema.rb,
lib/postrunner.rb,
lib/postrunner/Log.rb,
lib/postrunner/Main.rb,
lib/postrunner/View.rb,
lib/postrunner/ViewTop.rb,
lib/postrunner/version.rb,
lib/postrunner/Activity.rb,
lib/postrunner/DirUtils.rb,
lib/postrunner/ChartView.rb,
lib/postrunner/EventList.rb,
lib/postrunner/TrackView.rb,
lib/postrunner/ViewFrame.rb,
lib/postrunner/DeviceList.rb,
lib/postrunner/FFS_Device.rb,
lib/postrunner/FlexiTable.rb,
lib/postrunner/SleepCycle.rb,
lib/postrunner/ViewBottom.rb,
lib/postrunner/DataSources.rb,
lib/postrunner/HTMLBuilder.rb,
lib/postrunner/Percentiles.rb,
lib/postrunner/QueryResult.rb,
lib/postrunner/ViewButtons.rb,
lib/postrunner/ActivitiesDB.rb,
lib/postrunner/ActivityLink.rb,
lib/postrunner/ActivityView.rb,
lib/postrunner/BackedUpFile.rb,
lib/postrunner/FFS_Activity.rb,
lib/postrunner/FitFileStore.rb,
lib/postrunner/HRV_Analyzer.rb,
lib/postrunner/MonitoringDB.rb,
lib/postrunner/NavButtonRow.rb,
lib/postrunner/PagingButtons.rb,
lib/postrunner/RuntimeConfig.rb,
lib/postrunner/EPO_Downloader.rb,
lib/postrunner/FFS_Monitoring.rb,
lib/postrunner/HRZoneDetector.rb,
lib/postrunner/ActivitySummary.rb,
lib/postrunner/LinearPredictor.rb,
lib/postrunner/PersonalRecords.rb,
lib/postrunner/UserProfileView.rb,
lib/postrunner/ActivityListView.rb,
lib/postrunner/DailySleepAnalyzer.rb,
lib/postrunner/RecordListPageView.rb,
lib/postrunner/DailyMonitoringView.rb,
lib/postrunner/MonitoringStatistics.rb,
lib/postrunner/DailyMonitoringAnalyzer.rb

Overview

LinearPredictor.rb – PostRunner - Manage the data from your Garmin sport devices.

Copyright © 2015 by Chris Schlaeger <[email protected]>

This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.

Defined Under Namespace

Modules: DirUtils, HRZoneDetector Classes: ActivitiesDB, Activity, ActivityLink, ActivityListView, ActivitySummary, ActivityView, BackedUpFile, ChartView, DailyMonitoringAnalyzer, DailyMonitoringView, DailySleepAnalyzer, DataSources, DeviceList, EPO_Downloader, EventList, FFS_Activity, FFS_Device, FFS_Monitoring, FitFileStore, FlexiTable, HRV_Analyzer, HTMLBuilder, LinearPredictor, Main, MonitoringDB, MonitoringStatistics, NavButtonDef, NavButtonRow, PagingButtons, Percentiles, PersonalRecords, QueryResult, RecordListPageView, RuntimeConfig, Schema, SleepCycle, SleepPhase, TrackView, UserProfileView, View, ViewBottom, ViewButtons, ViewFrame, ViewTop

Constant Summary collapse

Log =

Use the Logger provided by Fit4Ruby for all console output.

Fit4Ruby::ILogger.instance
VERSION =
'0.12.0'