public interface ISimpleProbe
Modifier and Type | Method and Description |
---|---|
AbstractProbeId |
getIdentifier()
Get the probe's identifier
|
TransducerId |
getTransducer()
Gets the transducer which the probe is communicating with.
|
boolean |
readValue(java.lang.String key)
Reads the probe's value.
|
void |
setTransducer(TransducerId tId)
Sets the transducer which the probe will communicate with.
|
boolean |
writeValue(java.lang.String key,
int value)
Set the specific value of a parameter of the probe
|
AbstractProbeId getIdentifier()
TransducerId getTransducer()
boolean readValue(java.lang.String key)
key
- the parameter to readvoid setTransducer(TransducerId tId)
tId
- transducer's identifierboolean writeValue(java.lang.String key, int value)
key
- the parameter to setvalue
- value to be set.