|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.EscObject
org.eclipse.soda.dk.device.Control
org.eclipse.soda.dk.measurement.Measurement
org.eclipse.soda.dk.measurement.UnitsMeasurement
org.eclipse.soda.dk.measurement.DataMeasurement
org.eclipse.soda.dk.measurement.computed.ControlsMeasurement
org.eclipse.soda.dk.measurement.computed.CountMeasurement
public class CountMeasurement
| Field Summary |
|---|
| Fields inherited from class org.eclipse.soda.dk.measurement.computed.ControlsMeasurement |
|---|
FLOATING_TYPE, INT_TYPE, NULL_TYPE, OTHER_TYPE, STRING_TYPE |
| Fields inherited from class org.eclipse.soda.dk.device.Control |
|---|
EXCEPTION_READ_FAILED_RESOURCE, SET_VALUE_EXCEPTION_RESOURCE |
| Constructor Summary | |
|---|---|
CountMeasurement(java.lang.String key,
java.lang.Object value,
UnitsService units,
TransformService transform,
ControlService[] controls)
Constructs an instance of this class from the specified key, value, units, transform and controls parameters. |
|
| Method Summary | |
|---|---|
void |
setValue(ChannelService channel,
java.lang.Object value,
java.lang.Object timestamp)
Set value with the specified channel, value and timestamp parameters. |
| Methods inherited from class org.eclipse.soda.dk.measurement.computed.ControlsMeasurement |
|---|
getControls, getDouble, getLong, getObjectType, measurementChanged, measurementChanged, setControls, signalOccurred, signalOccurred |
| Methods inherited from class org.eclipse.soda.dk.measurement.DataMeasurement |
|---|
getTransform, setRawValue, setTransform |
| Methods inherited from class org.eclipse.soda.dk.measurement.UnitsMeasurement |
|---|
getUnits, setUnits |
| Methods inherited from class org.eclipse.soda.dk.measurement.Measurement |
|---|
addMeasurementListener, addMeasurementListener, executeRead, executeRead, executeWrite, executeWrite, fireErrorOccurred, fireErrorOccurred, fireValueChanged, fireValueChanged, getMeasurementListener, getTimestamp, getTimestamp, getTimestampKey, getValue, getValue, getValueRaw, getValueRaw, read, read, removeMeasurementListener, reportError, setMeasurementListener, setRawValue, setTimestamp, setTimestamp, setValue, setValue, setValue |
| Methods inherited from class org.eclipse.soda.dk.device.Control |
|---|
attemptRecoveryFromError, equalsValue, errorOccurred, findMethod, getCodeKey, getErrorSeverity, getKey, getQualifiedKey, getResource, setKey, setQualifiedKey, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.soda.dk.transport.service.ErrorListener |
|---|
errorOccurred |
| Methods inherited from interface org.eclipse.soda.dk.transport.service.ErrorListener |
|---|
errorOccurred |
| Methods inherited from interface org.eclipse.soda.dk.device.service.ControlService |
|---|
getKey |
| Constructor Detail |
|---|
public CountMeasurement(java.lang.String key,
java.lang.Object value,
UnitsService units,
TransformService transform,
ControlService[] controls)
key - The key (String) parameter.value - The value (Object) parameter.units - The units (UnitsService) parameter.transform - The transform (TransformService) parameter.controls - The controls (ControlService[]) parameter.| Method Detail |
|---|
public void setValue(ChannelService channel,
java.lang.Object value,
java.lang.Object timestamp)
setValue in class Measurementchannel - The channel (ChannelService) parameter.value - The value (Object) parameter.timestamp - The time stamp (Object) parameter.Measurement.getValue(),
Measurement.getValue(ChannelService),
Measurement.setRawValue(ChannelService,Object,Object),
Measurement.setRawValue(Object,Object),
Measurement.setValue(ChannelService,Object),
Measurement.setValue(Object),
Measurement.setValue(Object,Object)
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||