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 WicaDataBufferStorageKeyWicaStreamDataBuffer.getStorageKey(WicaChannel wicaChannel) protected WicaDataBufferStorageKeyWicaStreamMetadataDataBuffer.getStorageKey(WicaChannel wicaChannel) protected WicaDataBufferStorageKeyWicaStreamMonitoredValueDataBuffer.getStorageKey(WicaChannel wicaChannel) protected WicaDataBufferStorageKeyWicaStreamPolledValueDataBuffer.getStorageKey(WicaChannel wicaChannel) Methods in ch.psi.wica.infrastructure.stream with parameters of type WicaDataBufferStorageKeyModifier and TypeMethodDescriptionWicaStreamDataBuffer.getLatest(WicaDataBufferStorageKey key) voidWicaStreamDataBuffer.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 WicaDataBufferStorageKeyWicaDataBufferStorageKey.getMetadataStorageKey(WicaChannel wicaChannel) static WicaDataBufferStorageKeyWicaDataBufferStorageKey.getMonitoredValueStorageKey(WicaChannel wicaChannel) static WicaDataBufferStorageKeyWicaDataBufferStorageKey.getPolledValueStorageKey(WicaChannel wicaChannel)