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 StringDeprecated.static final intDeprecated.replaced byMSG_EVENT_HEARTRATE_whatHEARTRATEDATAstatic final StringThe time of the last valid heart beat event (up to 1/1024s resolution).static final StringCurrent heart rate valid for display, computed by sensor.static final StringTheAntPlusHeartRatePcc.DataStateindicating which data page type this field was generated from.static final StringHeart beat count.static final StringThe time of the previous valid heart beat event (up to 1/1024s resolution).static final StringDefined by manufacturer.static final StringThe R-R interval value calculated by the plugin from the previous and current heart beat event times.static final StringThe R-R interval value calculated by the plugin from the previous and current heart beat event times.static final intHeart beat timing data calculated by the plugin.static final intThe heart rate data broadcast by every ANT+ heart rate sensor.static final intThe additional data sent on page 4.static final StringThe plugin package path.static final StringThe 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_whatHEARTRATEDATAevent.- See Also:
-
MSG_EVENT_HEARTRATE_HEARTRATEDATA_PARAM_longHEARTBEATCOUNTER
Heart beat count. Sent in theMSG_EVENT_HEARTRATE_whatHEARTRATEDATAevent.- 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_whatHEARTRATEDATAevent.- See Also:
-
MSG_EVENT_HEARTRATE_HEARTRATEDATA_PARAM_intDATASTATE
TheAntPlusHeartRatePcc.DataStateindicating which data page type this field was generated from. Sent in theMSG_EVENT_HEARTRATE_whatHEARTRATEDATAevent.- See Also:
-
DEPRECATED_MSG_EVENT_HEARTRATE_whatHEARTBEATEVENTTIME
Deprecated.replaced byMSG_EVENT_HEARTRATE_whatHEARTRATEDATAData 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_whatHEARTBEATEVENTTIMEevent.- 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_whatPAGE4ADDTDATAevent.- 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_whatPAGE4ADDTDATAevent.- 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