public class AntPlusBikePowerPcc.IpcDefines
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MSG_CMD_BIKEPOWER_REQUESTCUSTOMCALIBRATIONPARAMETERS_PARAM_arrayByteMANUFACTURERSPECIFICPARAMETERS
The six manufacturer specific bytes to be sent to the power meter.
|
static java.lang.String |
MSG_CMD_BIKEPOWER_SETAUTOZERO_PARAM_boolAUTOZEROENABLE
Enable/disable auto-zero calibration on the power meter.
|
static java.lang.String |
MSG_CMD_BIKEPOWER_SETCRANKPARAMETERS_PARAM_decimalFULLCRANKLENGTH
A valid crank length to set to the power meter.
|
static java.lang.String |
MSG_CMD_BIKEPOWER_SETCRANKPARAMETERS_PARAM_intCRANKLENGTHSETTING
The
AntPlusBikePowerPcc.CrankLengthSetting to be sent to the power meter. |
static java.lang.String |
MSG_CMD_BIKEPOWER_SETCTFSLOPE_PARAM_decimalSLOPE
The slope value to configure to the CTF power meter.
|
static java.lang.String |
MSG_CMD_BIKEPOWER_SETCUSTOMCALIBRATIONPARAMETERS_PARAM_arrayByteMANUFACTURERSPECIFICPARAMETERS
The six manufacturer specific bytes to be sent to the power meter.
|
static int |
MSG_CMD_BIKEPOWER_whatREQUESTCRANKPARAMETERS
Send a request to the power meter to get the crank parameters.
|
static int |
MSG_CMD_BIKEPOWER_whatREQUESTCUSTOMCALIBRATIONPARAMETERS
Send a request to the power meter to send custom calibration parameters.
|
static int |
MSG_CMD_BIKEPOWER_whatREQUESTMANUALCALIBRATION
Send a request to the power meter to perform a manual calibration.
|
static int |
MSG_CMD_BIKEPOWER_whatSETAUTOZERO
Send a request to the power meter to configure auto-zero calibration.
|
static int |
MSG_CMD_BIKEPOWER_whatSETCRANKPARAMETERS
Send a request to the power meter to set the crank parameters.
|
static int |
MSG_CMD_BIKEPOWER_whatSETCTFSLOPE
Send a request to the CTF power meter to configure slope.
|
static int |
MSG_CMD_BIKEPOWER_whatSETCUSTOMCALIBRATIONPARAMETERS
Send a request to the power meter to set custom calibration parameters.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_AUTOZEROSTATUS_PARAM_intAUTOZEROSTATUS
The
AntPlusBikePowerPcc.AutoZeroStatus currently known for the power meter, aggregated from multiple calibration page types. |
static java.lang.String |
MSG_EVENT_BIKEPOWER_CALCULATEDCRANKCADENCE_PARAM_decimalCALCULATEDCRANKCADENCE
The average crank cadence calculated from sensor data.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_CALCULATEDCRANKCADENCE_PARAM_intDATASOURCE
The
AntPlusBikePowerPcc.DataSource indicating which type of data was used for calculation or if this is a new starting average value. |
static java.lang.String |
MSG_EVENT_BIKEPOWER_CALCULATEDPOWER_PARAM_decimalCALCULATEDPOWER
The average power calculated from sensor data.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_CALCULATEDPOWER_PARAM_intDATASOURCE
The
AntPlusBikePowerPcc.DataSource indicating which type of data was used for calculation or if this is a new starting average value. |
static java.lang.String |
MSG_EVENT_BIKEPOWER_CALCULATEDTORQUE_PARAM_decimalCALCULATEDTORQUE
The average torque calculated from sensor data.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_CALCULATEDTORQUE_PARAM_intDATASOURCE
The
AntPlusBikePowerPcc.DataSource indicating which type of data was used for calculation or if this is a new starting average value. |
static java.lang.String |
MSG_EVENT_BIKEPOWER_CALCULATEDWHEELDISTANCE_PARAM_decimalCALCULATEDWHEELDISTANCE
The distance calculated from sensor data.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_CALCULATEDWHEELDISTANCE_PARAM_intDATASOURCE
The
AntPlusBikePowerPcc.DataSource indicating which type of data was used for calculation or if this is a new starting average value. |
static java.lang.String |
MSG_EVENT_BIKEPOWER_CALCULATEDWHEELSPEED_PARAM_decimalCALCULATEDWHEELSPEED
The average speed calculated from sensor data.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_CALCULATEDWHEELSPEED_PARAM_intDATASOURCE
The
AntPlusBikePowerPcc.DataSource indicating which type of data was used for calculation or if this is a new starting average value. |
static java.lang.String |
MSG_EVENT_BIKEPOWER_INSTANTANEOUSCADENCE_PARAM_intDATASOURCE
The
AntPlusBikePowerPcc.DataSource indicating which data page type this field was generated from. |
static java.lang.String |
MSG_EVENT_BIKEPOWER_INSTANTANEOUSCADENCE_PARAM_intINSTANTANEOUSCADENCE
Instantaneous cadence valid for display, computed by sensor (up to 1RPM resolution).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_MEASUREMENTOUTPUTDATA_PARAM_decimalMEASUREMENTVALUE
The signed data value sent by the power meter, the data type may be used to infer the type of data being received.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_MEASUREMENTOUTPUTDATA_PARAM_decimalTIMESTAMP
The timestamp corresponding to the instantaneous measurement value.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_MEASUREMENTOUTPUTDATA_PARAM_intDATATYPE
The data type and engineering units applicable to the measurement value.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_MEASUREMENTOUTPUTDATA_PARAM_intNUMOFDATATYPES
The total number of different data types the power meter intends to send.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_PEDALPOWERBALANCE_PARAM_boolRIGHTPEDALINDICATOR
Indicates if the power meter is reporting the right pedal power (true), or if it does not know which pedal it is reporting (false).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_PEDALPOWERBALANCE_PARAM_intPEDALPOWERPERCENTAGE
The percentage of the user's total power contribution to a single pedal (up to 1% resolution).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_PEDALSMOOTHNESS_PARAM_boolSEPARATEPEDALSMOOTHNESSSUPPORT
Indicates if the power meter supports separate pedal smoothness or combined pedal smoothness reporting.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_PEDALSMOOTHNESS_PARAM_decimalLEFTORCOMBINEDPEDALSMOOTHNESS
The left (or combined) pedal smoothness as determined by the sensor (up to 1/2% resolution.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_PEDALSMOOTHNESS_PARAM_decimalRIGHTPEDALSMOOTHNESS
The right pedal smoothness as determined by the sensor (up to 1/2% resolution.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_PEDALSMOOTHNESS_PARAM_longPOWERONLYUPDATEEVENTCOUNT
This field is incremented each time the sensor updates power-only data and is linked to the same field in the Power-Only Data Event.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWCRANKTORQUEDATA_PARAM_decimalACCUMULATEDCRANKPERIOD
Used to indicate the average rotation period of the crank during the last update interval, in increments of 1/2048s.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWCRANKTORQUEDATA_PARAM_decimalACCUMULATEDCRANKTORQUE
The cumulative sum of the average torque measured every crank rotation event (up to 1/32 Nm resolution).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWCRANKTORQUEDATA_PARAM_longACCUMULATEDCRANKTICKS
The crank ticks increment with each crank revolution and indicates a full rotation of the crank.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWCRANKTORQUEDATA_PARAM_longCRANKTORQUEUPDATEEVENTCOUNT
This field is incremented each time the sensor updates crank torque data.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWCTFDATA_PARAM_decimalACCUMULATEDTIMESTAMP
The crank torque-frequency message uses a 2000Hz clock to time cadence events.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWCTFDATA_PARAM_decimalINSTANTANEOUSSLOPE
The variation of the output frequency (up to 1/10 Nm/Hz resolution).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWCTFDATA_PARAM_longACCUMULATEDTORQUETICKSSTAMP
Represents the most recent value of torque ticks since the last registered revolution.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWCTFDATA_PARAM_longCTFUPDATEEVENTCOUNT
The update event count increments with each complete pedal stroke.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWPOWERONLYDATA_PARAM_intINSTANTANEOUSPOWER
Instantaneous power computed by the sensor valid for display (up to 1W resolution).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWPOWERONLYDATA_PARAM_longACCUMULATEDPOWER
Accumulated power is the running sum of the instantaneous power data and is incremented at each update of the update event count (up to 1W resolution).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWPOWERONLYDATA_PARAM_longPOWERONLYUPDATEEVENTCOUNT
This field is incremented each time the sensor updates power-only data.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWWHEELTORQUEDATA_PARAM_decimalACCUMULATEDWHEELPERIOD
The average rotation period of the wheel during the last update interval, in increments of 1/2048s.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWWHEELTORQUEDATA_PARAM_decimalACCUMULATEDWHEELTORQUE
The cumulative sum of the average torque measured every update event count (up to 1/32 Nm resolution).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWWHEELTORQUEDATA_PARAM_longACCUMULATEDWHEELTICKS
The wheel ticks field increments with each wheel revolution and is used to calculate linear distance traveled (up to 1 rotation resolution).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_RAWWHEELTORQUEDATA_PARAM_longWHEELTORQUEUPDATEEVENTCOUNT
This field is incremented each time the sensor updates wheel torque data.
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_REQUESTFINISHED_PARAM_intREQUESTSTATUS
The
RequestStatus for the requested operation. |
static java.lang.String |
MSG_EVENT_BIKEPOWER_TORQUEEFFECTIVENESS_PARAM_decimalLEFTTORQUEEFFECTIVENESS
The Torque Effectiveness is calculated for each crank arm based on the positive (clockwise) and negative (anti-clockwise) torque applied to the crank over each revolution (up to 1/2% resolution).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_TORQUEEFFECTIVENESS_PARAM_decimalRIGHTTORQUEEFFECTIVENESS
The Torque Effectiveness is calculated for each crank arm based on the positive (clockwise) and negative (anti-clockwise) torque applied to the crank over each revolution (up to 1/2% resolution).
|
static java.lang.String |
MSG_EVENT_BIKEPOWER_TORQUEEFFECTIVENESS_PARAM_longPOWERONLYUPDATEEVENTCOUNT
This field is incremented each time the sensor updates power-only data and is linked to the same field in the Power-Only Data Event.
|
static int |
MSG_EVENT_BIKEPOWER_whatAUTOZEROSTATUS
The updated Auto Zero status of the sensor.
|
static int |
MSG_EVENT_BIKEPOWER_whatCALCULATEDCRANKCADENCE
The average cadence between two received messages calculated from the bet available data from the power sensor.
|
static int |
MSG_EVENT_BIKEPOWER_whatCALCULATEDPOWER
The average power between two received messages calculated from the best available data from the power sensor.
|
static int |
MSG_EVENT_BIKEPOWER_whatCALCULATEDTORQUE
The average torque between two received messages calculated from the best available data from the power sensor.
|
static int |
MSG_EVENT_BIKEPOWER_whatCALCULATEDWHEELDISTANCE
The distance travelled between two received messages calculated from the best available data from the power sensor.
|
static int |
MSG_EVENT_BIKEPOWER_whatCALCULATEDWHEELSPEED
The average speed between two received messages calculated from the best available data from the power sensor.
|
static int |
MSG_EVENT_BIKEPOWER_whatCALIBRATIONMESSAGE
Response data from the power meter when calibration occurs (either by request or automatically performed by the power meter) or is confering current calibration status.
|
static int |
MSG_EVENT_BIKEPOWER_whatCRANKPARAMETERS
The power meter returned the requested crank parameters.
|
static int |
MSG_EVENT_BIKEPOWER_whatINSTANTANEOUSCADENCE
The instantaneous cadence data.
|
static int |
MSG_EVENT_BIKEPOWER_whatMEASUREMENTOUTPUTDATA
Data sent by power meters intended to enrich the calibration process.
|
static int |
MSG_EVENT_BIKEPOWER_whatPEDALPOWERBALANCE
The pedal power data field provides the user's power contribution (as a percentage) between the left and right pedals, as measured by a pedal power sensor.
|
static int |
MSG_EVENT_BIKEPOWER_whatPEDALSMOOTHNESS
The instantaneous values of left and right, or combined, Pedal Smoothness from the sensor.
|
static int |
MSG_EVENT_BIKEPOWER_whatRAWCRANKTORQUEDATA
Event timing information and torque values from a power sensor that measures torque at the crank.
|
static int |
MSG_EVENT_BIKEPOWER_whatRAWCTFDATA
Event timing information and crank torque values from a power sensor reported as frequency instead.
|
static int |
MSG_EVENT_BIKEPOWER_whatRAWPOWERONLYDATA
The basic power data calculated by the sensor itself.
|
static int |
MSG_EVENT_BIKEPOWER_whatRAWWHEELTORQUEDATA
Event timing information and torque values from a power sensor that measures torque on the rear wheel.
|
static int |
MSG_EVENT_BIKEPOWER_whatREQUESTFINISHED
Final result of the command requested.
|
static int |
MSG_EVENT_BIKEPOWER_whatTORQUEEFFECTIVENESS
The instantaneous values of left and right Torque Effectiveness from the sensor.
|
static java.lang.String |
PATH_ANTPLUS_BIKEPOWERPLUGIN_PKG
The plugin package path.
|
static java.lang.String |
PATH_ANTPLUS_BIKEPOWERPLUGIN_SERVICE
The plugin service path.
|
Constructor and Description |
---|
AntPlusBikePowerPcc.IpcDefines() |
public static final java.lang.String PATH_ANTPLUS_BIKEPOWERPLUGIN_PKG
public static final java.lang.String PATH_ANTPLUS_BIKEPOWERPLUGIN_SERVICE
public static final int MSG_EVENT_BIKEPOWER_whatRAWPOWERONLYDATA
public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWPOWERONLYDATA_PARAM_longPOWERONLYUPDATEEVENTCOUNT
MSG_EVENT_BIKEPOWER_whatRAWPOWERONLYDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWPOWERONLYDATA_PARAM_intINSTANTANEOUSPOWER
MSG_EVENT_BIKEPOWER_whatRAWPOWERONLYDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWPOWERONLYDATA_PARAM_longACCUMULATEDPOWER
MSG_EVENT_BIKEPOWER_whatRAWPOWERONLYDATA
event.public static final int MSG_EVENT_BIKEPOWER_whatPEDALPOWERBALANCE
public static final java.lang.String MSG_EVENT_BIKEPOWER_PEDALPOWERBALANCE_PARAM_boolRIGHTPEDALINDICATOR
MSG_EVENT_BIKEPOWER_whatPEDALPOWERBALANCE
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_PEDALPOWERBALANCE_PARAM_intPEDALPOWERPERCENTAGE
MSG_EVENT_BIKEPOWER_whatPEDALPOWERBALANCE
event.public static final int MSG_EVENT_BIKEPOWER_whatINSTANTANEOUSCADENCE
public static final java.lang.String MSG_EVENT_BIKEPOWER_INSTANTANEOUSCADENCE_PARAM_intDATASOURCE
AntPlusBikePowerPcc.DataSource
indicating which data page type this field was generated from. Sent in the MSG_EVENT_BIKEPOWER_whatINSTANTANEOUSCADENCE
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_INSTANTANEOUSCADENCE_PARAM_intINSTANTANEOUSCADENCE
MSG_EVENT_BIKEPOWER_whatINSTANTANEOUSCADENCE
event.public static final int MSG_EVENT_BIKEPOWER_whatRAWWHEELTORQUEDATA
public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWWHEELTORQUEDATA_PARAM_longWHEELTORQUEUPDATEEVENTCOUNT
MSG_EVENT_BIKEPOWER_whatRAWWHEELTORQUEDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWWHEELTORQUEDATA_PARAM_longACCUMULATEDWHEELTICKS
MSG_EVENT_BIKEPOWER_whatRAWWHEELTORQUEDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWWHEELTORQUEDATA_PARAM_decimalACCUMULATEDWHEELPERIOD
MSG_EVENT_BIKEPOWER_whatRAWWHEELTORQUEDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWWHEELTORQUEDATA_PARAM_decimalACCUMULATEDWHEELTORQUE
MSG_EVENT_BIKEPOWER_whatRAWWHEELTORQUEDATA
event.public static final int MSG_EVENT_BIKEPOWER_whatRAWCRANKTORQUEDATA
public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWCRANKTORQUEDATA_PARAM_longCRANKTORQUEUPDATEEVENTCOUNT
MSG_EVENT_BIKEPOWER_whatRAWCRANKTORQUEDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWCRANKTORQUEDATA_PARAM_longACCUMULATEDCRANKTICKS
MSG_EVENT_BIKEPOWER_whatRAWCRANKTORQUEDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWCRANKTORQUEDATA_PARAM_decimalACCUMULATEDCRANKPERIOD
MSG_EVENT_BIKEPOWER_whatRAWCRANKTORQUEDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWCRANKTORQUEDATA_PARAM_decimalACCUMULATEDCRANKTORQUE
MSG_EVENT_BIKEPOWER_whatRAWCRANKTORQUEDATA
event.public static final int MSG_EVENT_BIKEPOWER_whatTORQUEEFFECTIVENESS
public static final java.lang.String MSG_EVENT_BIKEPOWER_TORQUEEFFECTIVENESS_PARAM_longPOWERONLYUPDATEEVENTCOUNT
MSG_EVENT_BIKEPOWER_whatTORQUEEFFECTIVENESS
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_TORQUEEFFECTIVENESS_PARAM_decimalLEFTTORQUEEFFECTIVENESS
MSG_EVENT_BIKEPOWER_whatTORQUEEFFECTIVENESS
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_TORQUEEFFECTIVENESS_PARAM_decimalRIGHTTORQUEEFFECTIVENESS
MSG_EVENT_BIKEPOWER_whatTORQUEEFFECTIVENESS
event.public static final int MSG_EVENT_BIKEPOWER_whatPEDALSMOOTHNESS
public static final java.lang.String MSG_EVENT_BIKEPOWER_PEDALSMOOTHNESS_PARAM_longPOWERONLYUPDATEEVENTCOUNT
MSG_EVENT_BIKEPOWER_whatPEDALSMOOTHNESS
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_PEDALSMOOTHNESS_PARAM_boolSEPARATEPEDALSMOOTHNESSSUPPORT
MSG_EVENT_BIKEPOWER_whatPEDALSMOOTHNESS
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_PEDALSMOOTHNESS_PARAM_decimalLEFTORCOMBINEDPEDALSMOOTHNESS
MSG_EVENT_BIKEPOWER_whatPEDALSMOOTHNESS
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_PEDALSMOOTHNESS_PARAM_decimalRIGHTPEDALSMOOTHNESS
MSG_EVENT_BIKEPOWER_whatPEDALSMOOTHNESS
event.public static final int MSG_EVENT_BIKEPOWER_whatRAWCTFDATA
public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWCTFDATA_PARAM_longCTFUPDATEEVENTCOUNT
MSG_EVENT_BIKEPOWER_whatRAWCTFDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWCTFDATA_PARAM_decimalINSTANTANEOUSSLOPE
MSG_EVENT_BIKEPOWER_whatRAWCTFDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWCTFDATA_PARAM_decimalACCUMULATEDTIMESTAMP
MSG_EVENT_BIKEPOWER_whatRAWCTFDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_RAWCTFDATA_PARAM_longACCUMULATEDTORQUETICKSSTAMP
MSG_EVENT_BIKEPOWER_whatRAWCTFDATA
event.public static final int MSG_EVENT_BIKEPOWER_whatCALIBRATIONMESSAGE
public static final int MSG_EVENT_BIKEPOWER_whatAUTOZEROSTATUS
public static final java.lang.String MSG_EVENT_BIKEPOWER_AUTOZEROSTATUS_PARAM_intAUTOZEROSTATUS
AntPlusBikePowerPcc.AutoZeroStatus
currently known for the power meter, aggregated from multiple calibration page types. Sent in the MSG_EVENT_BIKEPOWER_whatAUTOZEROSTATUS
event.public static final int MSG_EVENT_BIKEPOWER_whatCALCULATEDPOWER
public static final java.lang.String MSG_EVENT_BIKEPOWER_CALCULATEDPOWER_PARAM_intDATASOURCE
AntPlusBikePowerPcc.DataSource
indicating which type of data was used for calculation or if this is a new starting average value. A new starting value could be indicated when starting the plugin, or if reception is lost for too long to guarantee accurate data. If using a new starting value to record data, please use this event as a new starting point in time. Sent in the MSG_EVENT_BIKEPOWER_whatCALCULATEDPOWER
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_CALCULATEDPOWER_PARAM_decimalCALCULATEDPOWER
MSG_EVENT_BIKEPOWER_whatCALCULATEDPOWER
event.public static final int MSG_EVENT_BIKEPOWER_whatCALCULATEDTORQUE
public static final java.lang.String MSG_EVENT_BIKEPOWER_CALCULATEDTORQUE_PARAM_intDATASOURCE
AntPlusBikePowerPcc.DataSource
indicating which type of data was used for calculation or if this is a new starting average value. A new starting value could be indicated when starting the plugin, or if reception is lost for too long to guarantee accurate data. If using a new starting value to record data, please use this event as a new starting point in time. Sent in the MSG_EVENT_BIKEPOWER_whatCALCULATEDTORQUE
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_CALCULATEDTORQUE_PARAM_decimalCALCULATEDTORQUE
MSG_EVENT_BIKEPOWER_whatCALCULATEDTORQUE
event.public static final int MSG_EVENT_BIKEPOWER_whatCALCULATEDCRANKCADENCE
public static final java.lang.String MSG_EVENT_BIKEPOWER_CALCULATEDCRANKCADENCE_PARAM_intDATASOURCE
AntPlusBikePowerPcc.DataSource
indicating which type of data was used for calculation or if this is a new starting average value. A new starting value could be indicated when starting the plugin, or if reception is lost for too long to guarantee accurate data. If using a new starting value to record data, please use this event as a new starting point in time. Sent in the MSG_EVENT_BIKEPOWER_whatCALCULATEDCRANKCADENCE
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_CALCULATEDCRANKCADENCE_PARAM_decimalCALCULATEDCRANKCADENCE
MSG_EVENT_BIKEPOWER_whatCALCULATEDCRANKCADENCE
event.public static final int MSG_EVENT_BIKEPOWER_whatCALCULATEDWHEELSPEED
public static final java.lang.String MSG_EVENT_BIKEPOWER_CALCULATEDWHEELSPEED_PARAM_intDATASOURCE
AntPlusBikePowerPcc.DataSource
indicating which type of data was used for calculation or if this is a new starting average value. A new starting value could be indicated when starting the plugin, or if reception is lost for too long to guarantee accurate data. If using a new starting value to record data, please use this event as a new starting point in time. Sent in the MSG_EVENT_BIKEPOWER_whatCALCULATEDWHEELSPEED
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_CALCULATEDWHEELSPEED_PARAM_decimalCALCULATEDWHEELSPEED
MSG_EVENT_BIKEPOWER_whatCALCULATEDWHEELSPEED
event.public static final int MSG_EVENT_BIKEPOWER_whatCALCULATEDWHEELDISTANCE
public static final java.lang.String MSG_EVENT_BIKEPOWER_CALCULATEDWHEELDISTANCE_PARAM_intDATASOURCE
AntPlusBikePowerPcc.DataSource
indicating which type of data was used for calculation or if this is a new starting average value. A new starting value could be indicated when starting the plugin, or if reception is lost for too long to guarantee accurate data. If using a new starting value to record data, please use this event as a new starting point in time. Sent in the MSG_EVENT_BIKEPOWER_whatCALCULATEDWHEELDISTANCE
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_CALCULATEDWHEELDISTANCE_PARAM_decimalCALCULATEDWHEELDISTANCE
MSG_EVENT_BIKEPOWER_whatCALCULATEDWHEELDISTANCE
event.public static final int MSG_EVENT_BIKEPOWER_whatMEASUREMENTOUTPUTDATA
public static final java.lang.String MSG_EVENT_BIKEPOWER_MEASUREMENTOUTPUTDATA_PARAM_intNUMOFDATATYPES
MSG_EVENT_BIKEPOWER_whatMEASUREMENTOUTPUTDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_MEASUREMENTOUTPUTDATA_PARAM_intDATATYPE
MSG_EVENT_BIKEPOWER_whatMEASUREMENTOUTPUTDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_MEASUREMENTOUTPUTDATA_PARAM_decimalTIMESTAMP
MSG_EVENT_BIKEPOWER_whatMEASUREMENTOUTPUTDATA
event.public static final java.lang.String MSG_EVENT_BIKEPOWER_MEASUREMENTOUTPUTDATA_PARAM_decimalMEASUREMENTVALUE
MSG_EVENT_BIKEPOWER_whatMEASUREMENTOUTPUTDATA
event.public static final int MSG_EVENT_BIKEPOWER_whatCRANKPARAMETERS
public static final int MSG_EVENT_BIKEPOWER_whatREQUESTFINISHED
public static final java.lang.String MSG_EVENT_BIKEPOWER_REQUESTFINISHED_PARAM_intREQUESTSTATUS
RequestStatus
for the requested operation. Note that even if a command is sent successfully, there is no guaranteed response from the sensor. Please contact the manufacturer for more information on how this request is handled. Sent in the MSG_EVENT_BIKEPOWER_whatREQUESTFINISHED
event.public static final int MSG_CMD_BIKEPOWER_whatREQUESTMANUALCALIBRATION
public static final int MSG_CMD_BIKEPOWER_whatSETAUTOZERO
public static final java.lang.String MSG_CMD_BIKEPOWER_SETAUTOZERO_PARAM_boolAUTOZEROENABLE
MSG_CMD_BIKEPOWER_whatSETAUTOZERO
command.public static final int MSG_CMD_BIKEPOWER_whatSETCTFSLOPE
public static final java.lang.String MSG_CMD_BIKEPOWER_SETCTFSLOPE_PARAM_decimalSLOPE
MSG_CMD_BIKEPOWER_whatSETCTFSLOPE
command.public static final int MSG_CMD_BIKEPOWER_whatREQUESTCUSTOMCALIBRATIONPARAMETERS
public static final java.lang.String MSG_CMD_BIKEPOWER_REQUESTCUSTOMCALIBRATIONPARAMETERS_PARAM_arrayByteMANUFACTURERSPECIFICPARAMETERS
MSG_CMD_BIKEPOWER_whatREQUESTCUSTOMCALIBRATIONPARAMETERS
command.public static final int MSG_CMD_BIKEPOWER_whatSETCUSTOMCALIBRATIONPARAMETERS
public static final java.lang.String MSG_CMD_BIKEPOWER_SETCUSTOMCALIBRATIONPARAMETERS_PARAM_arrayByteMANUFACTURERSPECIFICPARAMETERS
MSG_CMD_BIKEPOWER_whatSETCUSTOMCALIBRATIONPARAMETERS
command.public static final int MSG_CMD_BIKEPOWER_whatREQUESTCRANKPARAMETERS
public static final int MSG_CMD_BIKEPOWER_whatSETCRANKPARAMETERS
public static final java.lang.String MSG_CMD_BIKEPOWER_SETCRANKPARAMETERS_PARAM_intCRANKLENGTHSETTING
AntPlusBikePowerPcc.CrankLengthSetting
to be sent to the power meter. Sent in the MSG_CMD_BIKEPOWER_whatSETCRANKPARAMETERS
command.public static final java.lang.String MSG_CMD_BIKEPOWER_SETCRANKPARAMETERS_PARAM_decimalFULLCRANKLENGTH
MSG_CMD_BIKEPOWER_whatSETCRANKPARAMETERS
command.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.