public class DeviceDefault extends java.lang.Object implements DeviceConversionInterface
Modifier and Type | Field and Description |
---|---|
private de.bsvrz.dav.daf.main.ClientDavInterface |
_daf
DaV Interface
|
private Device |
_device
Objektreferenz auf das übergeordnete Sm-Objekt.
|
private static de.bsvrz.sys.funclib.debug.Debug |
debug
DebugLogger für Debug-Ausgaben
|
Constructor and Description |
---|
DeviceDefault(de.bsvrz.dav.daf.main.ClientDavInterface daf,
Device device)
Erzeugt ein Objekt vom Typ DeviceDefault
|
Modifier and Type | Method and Description |
---|---|
de.bsvrz.dav.daf.main.ClientDavInterface |
getClientDavInterface()
Ermöglicht den Zugriff auf die aktuelle Datenverteilerverbindung.
|
void |
processOsi7Telegram(Osi7Telegram osi7Telegram)
Verarbeitet ein Osi7Telegramm.
|
private static final de.bsvrz.sys.funclib.debug.Debug debug
private final de.bsvrz.dav.daf.main.ClientDavInterface _daf
private final Device _device
public DeviceDefault(de.bsvrz.dav.daf.main.ClientDavInterface daf, Device device)
public de.bsvrz.dav.daf.main.ClientDavInterface getClientDavInterface()
getClientDavInterface
in interface DeviceConversionInterface
public void processOsi7Telegram(Osi7Telegram osi7Telegram)
processOsi7Telegram
in interface DeviceConversionInterface
osi7Telegram
- Das zu verarbeitende Osi7Telegram
.