Uses of Class
ch.psi.wica.model.app.WicaDataBufferStorageKey
Packages that use WicaDataBufferStorageKey
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica stream.
Domain classes providing abstractions that are shared throughtout the application.
-
Uses of WicaDataBufferStorageKey in ch.psi.wica.infrastructure.stream
Methods in ch.psi.wica.infrastructure.stream that return WicaDataBufferStorageKeyModifier and TypeMethodDescriptionprotected abstract WicaDataBufferStorageKey
WicaStreamDataBuffer.getStorageKey
(WicaChannel wicaChannel) protected WicaDataBufferStorageKey
WicaStreamMetadataDataBuffer.getStorageKey
(WicaChannel wicaChannel) protected WicaDataBufferStorageKey
WicaStreamMonitoredValueDataBuffer.getStorageKey
(WicaChannel wicaChannel) protected WicaDataBufferStorageKey
WicaStreamPolledValueDataBuffer.getStorageKey
(WicaChannel wicaChannel) Methods in ch.psi.wica.infrastructure.stream with parameters of type WicaDataBufferStorageKeyModifier and TypeMethodDescriptionWicaStreamDataBuffer.getLatest
(WicaDataBufferStorageKey key) void
WicaStreamDataBuffer.saveDataPoint
(WicaDataBufferStorageKey key, T t) -
Uses of WicaDataBufferStorageKey in ch.psi.wica.model.app
Methods in ch.psi.wica.model.app that return WicaDataBufferStorageKeyModifier and TypeMethodDescriptionstatic WicaDataBufferStorageKey
WicaDataBufferStorageKey.getMetadataStorageKey
(WicaChannel wicaChannel) static WicaDataBufferStorageKey
WicaDataBufferStorageKey.getMonitoredValueStorageKey
(WicaChannel wicaChannel) static WicaDataBufferStorageKey
WicaDataBufferStorageKey.getPolledValueStorageKey
(WicaChannel wicaChannel)