Class RealOnlineAttributeGroup
- java.lang.Object
-
- de.bsvrz.pua.prot.processing.ValueProvider
-
- de.bsvrz.pua.prot.processing.onlinebuffer.RealOnlineElement
-
- de.bsvrz.pua.prot.processing.onlinebuffer.RealOnlineAttributeGroup
-
public class RealOnlineAttributeGroup extends RealOnlineElement
-
-
Field Summary
-
Fields inherited from class de.bsvrz.pua.prot.processing.ValueProvider
dataInformation, value
-
-
Constructor Summary
Constructors Constructor Description RealOnlineAttributeGroup(OnlineDataReceiverSet receiverSet, AttributeGroupDescription atg, de.bsvrz.sys.funclib.losb.datk.ProtocolType protocolType, boolean isShown)
Erzeugt das Objekt.
-
Method Summary
-
Methods inherited from class de.bsvrz.pua.prot.processing.onlinebuffer.RealOnlineElement
abort, executeTake, getReceiveOptions, hasNext, setReceiver, updateDataInformation
-
Methods inherited from class de.bsvrz.pua.prot.processing.ValueProvider
getDataInformation, getMostRecentDataIndex, getMostRecentTimeStamp, getUsedDataIndex, getUsedTimeStamp, getValue, isShown, isWinner, lost, reset, take, won
-
-
-
-
Constructor Detail
-
RealOnlineAttributeGroup
public RealOnlineAttributeGroup(OnlineDataReceiverSet receiverSet, AttributeGroupDescription atg, de.bsvrz.sys.funclib.losb.datk.ProtocolType protocolType, boolean isShown) throws de.bsvrz.sys.funclib.losb.exceptions.FailureException
Erzeugt das Objekt. RuftRealOnlineElement.setReceiver(OnlineDataReceiver)
auf.- Parameters:
receiverSet
- Objekt das die Anmeldung auf die DAV-Daten durchführt.atg
- AttributgruppenbeschreibungprotocolType
- ProtokollartisShown
- Wird das Element im Spalten-Bereich verwendet?true
Element wird im Spalten Bereich verwendet.- Throws:
de.bsvrz.sys.funclib.losb.exceptions.FailureException
- Fehler bei der Kommunikation mit der Konfiguration.
-
-