Modifier and Type | Method and Description |
---|---|
DataDescription[] |
ProcessorSlidingMean.getInputDescription() |
DataDescription[] |
ProcessorSlidingMean.getOutputDescription() |
Modifier and Type | Method and Description |
---|---|
DataDescription[] |
SinkDataViewer.getInputDescription() |
Modifier and Type | Method and Description |
---|---|
DataDescription[] |
SinkUnisensLogger.getInputDescription() |
Modifier and Type | Method and Description |
---|---|
protected void |
UnisensFileAdapter.createEventEntry(DataDescription description,
int typeLength,
int commentLength)
Creates a new
EventEntry with given parameters. |
protected void |
UnisensFileAdapter.createSignalEntry(DataDescription description)
Creates a new
SignalEntry with given parameters. |
protected void |
UnisensFileAdapter.createValuesEntry(DataDescription description)
Creates a new
ValuesEntry with given parameters. |
Modifier and Type | Method and Description |
---|---|
DataDescription[] |
SinkUnisensStreamer.getInputDescription() |
Constructor and Description |
---|
NetworkProtocol(LifeCycleManager manager,
DataDescription[] descriptions,
java.lang.String measurementComment)
Creates a new
NetworkProtocol . |
Modifier and Type | Method and Description |
---|---|
DataDescription[] |
SourceEcgGenerator.getOutputDescription() |
Modifier and Type | Method and Description |
---|---|
DataDescription[] |
SourceStatusListener.getOutputDescription() |
Modifier and Type | Method and Description |
---|---|
DataDescription[] |
SourceTimer.getOutputDescription() |
Modifier and Type | Method and Description |
---|---|
DataDescription[] |
SourceUnisensReader.getOutputDescription() |
Modifier and Type | Method and Description |
---|---|
protected DataDescription[] |
AbstractProcessor.getDescriptionsForIncomingData()
Collects the
DataDescription s for all incoming data-queues. |
protected DataDescription[] |
AbstractSink.getDescriptionsForIncomingData()
Collects the
DataDescription s for all incoming data-queues. |
DataDescription[] |
Sink.getInputDescription()
Returns a
DataDescription describing the data, the Sink is able
to process. |
DataDescription[] |
Source.getOutputDescription()
Returns a
DataDescription describing the data, the Source provides. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProcessor.receiveData(java.util.concurrent.LinkedBlockingQueue<DataEntry> data,
DataDescription description) |
void |
AbstractSink.receiveData(java.util.concurrent.LinkedBlockingQueue<DataEntry> data,
DataDescription description) |
void |
Sink.receiveData(java.util.concurrent.LinkedBlockingQueue<DataEntry> data,
DataDescription description)
Sets a
LinkedBlockingQueue of DataEntry s to receive data
with. |
Modifier and Type | Method and Description |
---|---|
DataDescription |
DataEntry.getDescription()
Returns a
DataDescription describing the DataEntry . |
Modifier and Type | Method and Description |
---|---|
boolean |
DataDescription.matches(DataDescription filter)
Determines whether the
DataDescription matches the passed
DataDescription. |
void |
DataEntry.setDescription(DataDescription description)
Sets the
DataDescription describing the DataEntry . |
Constructor and Description |
---|
DataEntry(DataDescription description)
Creates a new
DataEntry . |
DataEvent(long samplestamp,
java.lang.String type,
java.lang.String comment,
DataDescription description)
Creates a new
DataEvent . |
DataSignal(double[] data,
DataDescription description)
Creates a new
DataSignal . |
DataValue(double[] data,
long samplestamp,
DataDescription description)
Creates a new
DataValue . |
Modifier and Type | Method and Description |
---|---|
DataDescription |
ConnectorSource.AnnotatedReceiverQueues.getDescription()
Returns the associated
DataDescription describing the data the queues are expecting to receive. |
DataDescription[] |
ConnectorSink.getInputDescription()
Returns represented
Sink 's DataDescription , describing
the data is able to process. |
DataDescription[] |
ConnectorSource.getOutputDescription() |
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectorSource.connectToInput(java.util.concurrent.LinkedBlockingQueue<DataEntry> newQueue,
DataDescription description)
Connects the represented
Source to a LinkedBlockingQueue
to write data to. |
protected void |
ConnectorSink.connectToOutput(java.util.concurrent.LinkedBlockingQueue<DataEntry> data,
DataDescription description)
|
Constructor and Description |
---|
ConnectorSource.AnnotatedReceiverQueues(ReceiverQueues queues,
DataDescription description)
Creates a new
ConnectorSource.AnnotatedReceiverQueues . |