UPico_SportDailySummary class.
More...
#include <Pico_Sport.h>
|
|
int64 | GetID () |
| | The ID of the summary.
|
| |
|
int64 | GetDate () |
| | The date when the summary was generated.
|
| |
|
int32 | GetDurationInSeconds () |
| | The sport duration (in seconds).
|
| |
|
int32 | GetPlanDurationInMinutes () |
| | The planned sport duration (in seconds).
|
| |
|
float | GetCalorie () |
| | The actual calorie burnt (in kilo calorie).
|
| |
|
float | GetPlanCalorie () |
| | The planned calorie to burn.
|
| |