Uses of Class
ch.psi.wica.model.channel.WicaChannelData
Packages that use WicaChannelData
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica channel.
Classes providing support for the low-level infrastructure that underpins a wica stream.
-
Uses of WicaChannelData in ch.psi.wica.infrastructure.channel
Subclasses of WicaChannelData in ch.psi.wica.infrastructure.channelModifier and TypeClassDescriptionstatic class(package private) static classstatic class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in ch.psi.wica.infrastructure.channel with parameters of type WicaChannelDataModifier and TypeMethodDescriptionWicaChannelDataSerializer.writeToJson(WicaChannelData wicaChannelData) Serializes the supplied WicaChannelData object according to the configuration rules specified in the class constructor. -
Uses of WicaChannelData in ch.psi.wica.infrastructure.stream
Classes in ch.psi.wica.infrastructure.stream with type parameters of type WicaChannelDataModifier and TypeClassDescription(package private) classWicaStreamDataBuffer<T extends WicaChannelData> -
Uses of WicaChannelData in ch.psi.wica.model.channel.metadata
Subclasses of WicaChannelData in ch.psi.wica.model.channel.metadataModifier and TypeClassDescriptionclassRepresents the abstract root of a hierarchy of objects which provide fields to describe a control point's general characteristics or basic nature.classRepresents the metadata for a channel whose type is INTEGER.classRepresents the metadata for a channel whose type is INTEGER_ARRAY.classRepresents the metadata for a channel whose type is REAL.classRepresents the metadata for a channel whose type is REAL_ARRAY.classRepresents the metadata for a channel whose type is STRING.classRepresents the metadata for a channel whose type is STRING_ARRAY.classRepresents the metadata for a channel whose type is not yet known. -
Uses of WicaChannelData in ch.psi.wica.model.channel.value
Subclasses of WicaChannelData in ch.psi.wica.model.channel.valueModifier and TypeClassDescriptionclassRepresents the abstract root of a hierarchy of objects which provide fields to describe a control point's instantaneous state.classRepresents the value of a channel in the connected state.classRepresents the value of a connected channel whose underlying type is INTEGER.classRepresents the value of a connected channel whose underlying type is INTEGER_ARRAY.classRepresents the value of a connected channel whose underlying type is REAL.classRepresents the value of a connected channel whose underlying type is REAL_ARRAY.classRepresents the value of a connected channel whose underlying type is STRING.classRepresents the value of a connected channel whose underlying type is STRING_ARRAY.classRepresents the value of a channel in the disconnected state.