Uses of Class
org.isam.exehda.services.Monitor.SensorParameter

Packages that use Monitor.SensorParameter
org.isam.exehda.services   
 

Uses of Monitor.SensorParameter in org.isam.exehda.services
 

Methods in org.isam.exehda.services that return Monitor.SensorParameter
 Monitor.SensorParameter[] Monitor.getSensorParameters(Monitor.Sensor s)
          Lists the parameters supported by the given sensor.
 

Methods in org.isam.exehda.services with parameters of type Monitor.SensorParameter
 void Monitor.setSensorParameter(Monitor.SensorParameter p, java.lang.Object v)
          Configures the given sensor parameter to have the value v.
 java.lang.Object Monitor.getSensorParameter(Monitor.SensorParameter p)
          Returns the current value of the given sensor parameter.