public class FunkKriWeissElectronic extends DeviceDefault
| 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 |
|---|
FunkKriWeissElectronic(de.bsvrz.dav.daf.main.ClientDavInterface daf,
Device device)
Erzeugt ein Objekt vom Typ DeviceDefault
|
| Modifier and Type | Method and Description |
|---|---|
void |
processOsi7Telegram(Osi7Telegram osi7Telegram)
Verarbeitet ein Osi7Telegramm.
|
getClientDavInterfaceprivate static final de.bsvrz.sys.funclib.debug.Debug debug
private final de.bsvrz.dav.daf.main.ClientDavInterface _daf
private final Device _device
public FunkKriWeissElectronic(de.bsvrz.dav.daf.main.ClientDavInterface daf,
Device device)
public void processOsi7Telegram(Osi7Telegram osi7Telegram)
processOsi7Telegram in interface DeviceConversionInterfaceprocessOsi7Telegram in class DeviceDefaultosi7Telegram - Das zu verarbeitende Osi7Telegram.