Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
PaceData Class Reference
Store and parse all the Pace burst read data. More...
Data Structures | |
| class | PaceEdge |
| Pace edge information. More... | |
| class | PaceRegister |
| Pace register information, each pace register contains up to 6 pace edge events. More... | |
Public Member Functions | |
| PaceData (int[] rawData) | |
| Raw pace data from HSP firmware. | |
| int | PaceLength (int group) |
| Calculate the time between first pace event and last event. | |
Detailed Description
Store and parse all the Pace burst read data.
Definition at line 46 of file PaceData.cs.
Constructor & Destructor Documentation
| PaceData | ( | int[] | rawData ) |
Member Function Documentation
| int PaceLength | ( | int | group ) |
Calculate the time between first pace event and last event.
- Parameters:
-
group
- Returns:
- Time count unit difference. To obtain the time value multiply the count by PACE_RES = 1/FPACE
Definition at line 74 of file PaceData.cs.
Generated on Tue Jul 12 2022 21:52:41 by
1.7.2