Package com.dsi.ant.plugins.antplus.pcc
Class AntPlusHeartRatePcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.AntPlusHeartRatePcc.IpcDefines
- Enclosing class:
- AntPlusHeartRatePcc
Defines the keys and values used to communicate between the PCC and plugin.
User code should never have to reference these defines.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final int
Deprecated.replaced byMSG_EVENT_HEARTRATE_whatHEARTRATEDATA
static final String
The time of the last valid heart beat event (up to 1/1024s resolution).static final String
Current heart rate valid for display, computed by sensor.static final String
TheAntPlusHeartRatePcc.DataState
indicating which data page type this field was generated from.static final String
Heart beat count.static final String
The time of the previous valid heart beat event (up to 1/1024s resolution).static final String
Defined by manufacturer.static final String
The R-R interval value calculated by the plugin from the previous and current heart beat event times.static final String
The R-R interval value calculated by the plugin from the previous and current heart beat event times.static final int
Heart beat timing data calculated by the plugin.static final int
The heart rate data broadcast by every ANT+ heart rate sensor.static final int
The additional data sent on page 4.static final String
The plugin package path.static final String
The plugin service path. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PATH_ANTPLUS_HEARTRATEPLUGIN_PKG
The plugin package path.- See Also:
-
PATH_ANTPLUS_HEARTRATEPLUGIN_SERVICE
The plugin service path.- See Also:
-
MSG_EVENT_HEARTRATE_whatHEARTRATEDATA
public static final int MSG_EVENT_HEARTRATE_whatHEARTRATEDATAThe heart rate data broadcast by every ANT+ heart rate sensor.- See Also:
-
MSG_EVENT_HEARTRATE_HEARTRATEDATA_PARAM_intCOMPUTEDHEARTRATE
Current heart rate valid for display, computed by sensor. Sent in theMSG_EVENT_HEARTRATE_whatHEARTRATEDATA
event.- See Also:
-
MSG_EVENT_HEARTRATE_HEARTRATEDATA_PARAM_longHEARTBEATCOUNTER
Heart beat count. Sent in theMSG_EVENT_HEARTRATE_whatHEARTRATEDATA
event.- See Also:
-
MSG_EVENT_HEARTRATE_HEARTRATEDATA_PARAM_decimalHEARTBEATEVENTTIME
The time of the last valid heart beat event (up to 1/1024s resolution). Sent in theMSG_EVENT_HEARTRATE_whatHEARTRATEDATA
event.- See Also:
-
MSG_EVENT_HEARTRATE_HEARTRATEDATA_PARAM_intDATASTATE
TheAntPlusHeartRatePcc.DataState
indicating which data page type this field was generated from. Sent in theMSG_EVENT_HEARTRATE_whatHEARTRATEDATA
event.- See Also:
-
DEPRECATED_MSG_EVENT_HEARTRATE_whatHEARTBEATEVENTTIME
Deprecated.replaced byMSG_EVENT_HEARTRATE_whatHEARTRATEDATA
Data about the timing of the last heart event.- See Also:
-
DEPRECATED_MSG_EVENT_HEARTRATE_HEARTBEATEVENTTIME_PARAM_decimalHEARTBEATEVENTTIME
@Deprecated public static final String DEPRECATED_MSG_EVENT_HEARTRATE_HEARTBEATEVENTTIME_PARAM_decimalHEARTBEATEVENTTIMEDeprecated.The time of the last valid heart beat event (up to 1/1024s resolution). Sent in theDEPRECATED_MSG_EVENT_HEARTRATE_whatHEARTBEATEVENTTIME
event.- See Also:
-
MSG_EVENT_HEARTRATE_whatPAGE4ADDTDATA
public static final int MSG_EVENT_HEARTRATE_whatPAGE4ADDTDATAThe additional data sent on page 4.- See Also:
-
MSG_EVENT_HEARTRATE_PAGE4ADDTDATA_PARAM_intMANUFACTURERSPECIFICBYTE
Defined by manufacturer. Receivers do not need to interpret this byte. Sent in theMSG_EVENT_HEARTRATE_whatPAGE4ADDTDATA
event.- See Also:
-
MSG_EVENT_HEARTRATE_PAGE4ADDTDATA_PARAM_decimalPREVIOUSHEARTBEATEVENTTIME
public static final String MSG_EVENT_HEARTRATE_PAGE4ADDTDATA_PARAM_decimalPREVIOUSHEARTBEATEVENTTIMEThe time of the previous valid heart beat event (up to 1/1024s resolution). Sent in theMSG_EVENT_HEARTRATE_whatPAGE4ADDTDATA
event.- See Also:
-
MSG_EVENT_HEARTRATE_whatCALCULATEDRRINTERVAL
public static final int MSG_EVENT_HEARTRATE_whatCALCULATEDRRINTERVALHeart beat timing data calculated by the plugin.- See Also:
-
MSG_EVENT_HEARTRATE_RRINTERVAL_PARAM_decimalCALCULATEDRRINTERVAL
The R-R interval value calculated by the plugin from the previous and current heart beat event times.- See Also:
-
MSG_EVENT_HEARTRATE_RRINTERVAL_PARAM_intRRFLAG
The R-R interval value calculated by the plugin from the previous and current heart beat event times.- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-
MSG_EVENT_HEARTRATE_HEARTRATEDATA_PARAM_decimalHEARTBEATEVENTTIME