public class MeteoMessstelle
extends java.lang.Object
Constructor and Description |
---|
MeteoMessstelle(de.bsvrz.dav.daf.main.ClientDavInterface connection,
de.bsvrz.sys.funclib.bitctrl.dua.ufd.modell.DUAUmfeldDatenMessStelle messStelle,
PllogUfdOptions options)
Erstellt eine neue MeteoMessstelle
|
Modifier and Type | Method and Description |
---|---|
boolean |
fbzNass() |
boolean |
fbzTrocken() |
de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorWert |
getData(de.bsvrz.sys.funclib.bitctrl.dua.ufd.typen.UmfeldDatenArt datenArt) |
long |
getDataTime() |
MeteoParameter |
getParameter() |
boolean |
hasData(de.bsvrz.sys.funclib.bitctrl.dua.ufd.typen.UmfeldDatenArt art) |
boolean |
keinNiederschlag() |
boolean |
ltGroesserGrenzSchnee() |
boolean |
ltKleinerGrenzRegen() |
boolean |
niederschlag() |
boolean |
niGroesserGrenzNs() |
boolean |
niGroesserGrenzWfd() |
boolean |
niIsNull() |
boolean |
regen() |
void |
reset() |
boolean |
rlfGroesserNass() |
boolean |
rlfKleinerTrocken() |
boolean |
rlfUndef() |
boolean |
rlfZwischenTrockenUndNass() |
boolean |
schnee() |
boolean |
swKleinerGleichGrenze() |
java.util.Collection<de.bsvrz.dav.daf.main.ResultData> |
updateData(de.bsvrz.dav.daf.main.ResultData resultData) |
boolean |
wfdGroesserNull() |
boolean |
wfdIsNull() |
boolean |
wfdKleinerGleichTrocken() |
public MeteoMessstelle(de.bsvrz.dav.daf.main.ClientDavInterface connection, de.bsvrz.sys.funclib.bitctrl.dua.ufd.modell.DUAUmfeldDatenMessStelle messStelle, PllogUfdOptions options)
connection
- VerbindungmessStelle
- Messstellen-Objektoptions
- Allgemeine Optionenpublic java.util.Collection<de.bsvrz.dav.daf.main.ResultData> updateData(de.bsvrz.dav.daf.main.ResultData resultData)
public MeteoParameter getParameter()
public void reset()
public boolean hasData(de.bsvrz.sys.funclib.bitctrl.dua.ufd.typen.UmfeldDatenArt art)
public long getDataTime()
public de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorWert getData(de.bsvrz.sys.funclib.bitctrl.dua.ufd.typen.UmfeldDatenArt datenArt)
public boolean keinNiederschlag()
public boolean niederschlag()
public boolean regen()
public boolean schnee()
public boolean fbzTrocken()
public boolean fbzNass()
public boolean niGroesserGrenzNs()
public boolean niGroesserGrenzWfd()
public boolean niIsNull()
public boolean rlfGroesserNass()
public boolean rlfKleinerTrocken()
public boolean rlfUndef()
public boolean rlfZwischenTrockenUndNass()
public boolean wfdKleinerGleichTrocken()
public boolean wfdGroesserNull()
public boolean wfdIsNull()
public boolean swKleinerGleichGrenze()
public boolean ltKleinerGrenzRegen()
public boolean ltGroesserGrenzSchnee()