Package com.dsi.ant.plugins.antplus.pcc
Class AntPlusEnvironmentPcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.AntPlusEnvironmentPcc.IpcDefines
- Enclosing class:
- AntPlusEnvironmentPcc
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
The most recent temperature reading of the sensor (up to 0.01*C accuracy).static final String
Highest temperature recorded over the last 24 hours (up to 0.1*C accuracy).static final String
Lowest temperature recorded over the last 24 hours (up to 0.1*C accuracy).static final String
Incremented every measurement.static final int
Current temperature and 24 hour highs and lows.static final String
The plugin package path.static final String
The plugin service path. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PATH_ANTPLUS_ENVIRONMENTPLUGIN_PKG
The plugin package path.- See Also:
-
PATH_ANTPLUS_ENVIRONMENTPLUGIN_SERVICE
The plugin service path.- See Also:
-
MSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA
public static final int MSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATACurrent temperature and 24 hour highs and lows.- See Also:
-
MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_decimalCURRENTTEMPERATURE
The most recent temperature reading of the sensor (up to 0.01*C accuracy). Sent in theMSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA
event.- See Also:
-
MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_longEVENTCOUNT
Incremented every measurement. Sent in theMSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA
event.- See Also:
-
MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_decimalLOWLAST24HOURS
Lowest temperature recorded over the last 24 hours (up to 0.1*C accuracy). Sent in theMSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA
event.- See Also:
-
MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_decimalHIGHLAST24HOURS
Highest temperature recorded over the last 24 hours (up to 0.1*C accuracy). Sent in theMSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA
event.- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-