Darien Figueroa / Mbed 2 deprecated repo3

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Embed: (wiki syntax)

« Back to documentation index

PaceData Class Reference

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 )

Raw pace data from HSP firmware.

Parameters:
rawData

Definition at line 54 of file PaceData.cs.


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.