de.bsvrz.dav.daf.main.ClientReceiverInterfacepublic class GrenzUmfeldDatenSensor extends AbstraktUmfeldDatenSensor
| Modifier and Type | Field | Description |
|---|---|---|
static de.bsvrz.sys.funclib.operatingMessage.MessageTemplate |
TEMPLATE_GRENZWERT |
aspParameterSoll, objekt, verwaltungsModul| Modifier | Constructor | Description |
|---|---|---|
protected |
GrenzUmfeldDatenSensor(de.bsvrz.sys.funclib.bitctrl.dua.schnittstellen.IVerwaltung verwaltung,
de.bsvrz.dav.daf.main.config.SystemObject obj) |
Standardkonstruktor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.Collection<de.bsvrz.dav.daf.main.config.AttributeGroup> |
getParameterAtgs() |
Erfragt die Parameter-Attributgruppen, auf die sich dieses Objekt
anmelden soll.
|
de.bsvrz.dav.daf.main.Data |
plausibilisiere(de.bsvrz.dav.daf.main.ResultData resultat) |
Hier findet die Prüfung eines Datums statt.
|
void |
update(de.bsvrz.dav.daf.main.ResultData[] resultate) |
initpublic static final de.bsvrz.sys.funclib.operatingMessage.MessageTemplate TEMPLATE_GRENZWERT
protected GrenzUmfeldDatenSensor(de.bsvrz.sys.funclib.bitctrl.dua.schnittstellen.IVerwaltung verwaltung,
de.bsvrz.dav.daf.main.config.SystemObject obj)
throws de.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsException,
de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorUnbekannteDatenartException
verwaltung - Verbindung zum Verwaltungsmodulobj - das Sensor-Objektde.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsException - wenn die Instaziierung fehlschlägtde.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsException - Exceptionde.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorUnbekannteDatenartException - Exceptionprotected java.util.Collection<de.bsvrz.dav.daf.main.config.AttributeGroup> getParameterAtgs()
throws de.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsException,
de.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorUnbekannteDatenartException
AbstraktUmfeldDatenSensorgetParameterAtgs in class AbstraktUmfeldDatenSensorde.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsException - wenn ein Fehler bei der Bestimmung der Attributgruppen
auftrittde.bsvrz.sys.funclib.bitctrl.dua.ufd.UmfeldDatenSensorUnbekannteDatenartException - Exceptionpublic final de.bsvrz.dav.daf.main.Data plausibilisiere(de.bsvrz.dav.daf.main.ResultData resultat)
resultat - ein Roh-Datum eines Umfelddatensensorsnull wenn das Datum
plausibel istpublic void update(de.bsvrz.dav.daf.main.ResultData[] resultate)