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 class
static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Methods 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) class
WicaStreamDataBuffer<T extends WicaChannelData>
-
Uses of WicaChannelData in ch.psi.wica.model.channel.metadata
Subclasses of WicaChannelData in ch.psi.wica.model.channel.metadataModifier and TypeClassDescriptionclass
Represents the abstract root of a hierarchy of objects which provide fields to describe a control point's general characteristics or basic nature.class
Represents the metadata for a channel whose type is INTEGER.class
Represents the metadata for a channel whose type is INTEGER_ARRAY.class
Represents the metadata for a channel whose type is REAL.class
Represents the metadata for a channel whose type is REAL_ARRAY.class
Represents the metadata for a channel whose type is STRING.class
Represents the metadata for a channel whose type is STRING_ARRAY.class
Represents 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 TypeClassDescriptionclass
Represents the abstract root of a hierarchy of objects which provide fields to describe a control point's instantaneous state.class
Represents the value of a channel in the connected state.class
Represents the value of a connected channel whose underlying type is INTEGER.class
Represents the value of a connected channel whose underlying type is INTEGER_ARRAY.class
Represents the value of a connected channel whose underlying type is REAL.class
Represents the value of a connected channel whose underlying type is REAL_ARRAY.class
Represents the value of a connected channel whose underlying type is STRING.class
Represents the value of a connected channel whose underlying type is STRING_ARRAY.class
Represents the value of a channel in the disconnected state.