public class Progress extends Transformer
Modifier and Type | Class and Description |
---|---|
class |
Progress.Options
All options for the transformer
|
Modifier and Type | Field and Description |
---|---|
Progress.Options |
options |
_frame
_bufferID, _stream_out
_evchannel_in, _evchannel_out, _isSetup, _name, _safeToKill, _terminate, threadPriority
Constructor and Description |
---|
Progress() |
Modifier and Type | Method and Description |
---|---|
protected void |
describeOutput(Stream[] stream_in,
Stream stream_out) |
void |
enter(Stream[] stream_in,
Stream stream_out)
initialization specific to sensor implementation (called by local thread after framework start)
|
OptionList |
getOptions() |
int |
getSampleBytes(Stream[] stream_in) |
int |
getSampleDimension(Stream[] stream_in) |
int |
getSampleNumber(int sampleNumber_in) |
Cons.Type |
getSampleType(Stream[] stream_in) |
void |
transform(Stream[] stream_in,
Stream stream_out)
main processing method
|
flush, getOutputDescription, init, run, setup
clear, getBufferID, getOutputStream, setBufferID
close, forcekill, getComponentName, getEventChannelOut, isSetup, reset
public final Progress.Options options
public OptionList getOptions()
getOptions
in class Component
public void enter(Stream[] stream_in, Stream stream_out) throws SSJFatalException
Transformer
enter
in class Transformer
stream_in
- Stream[]stream_out
- StreamSSJFatalException
public void transform(Stream[] stream_in, Stream stream_out) throws SSJFatalException
Transformer
transform
in class Transformer
stream_in
- Stream[]stream_out
- StreamSSJFatalException
public int getSampleDimension(Stream[] stream_in)
getSampleDimension
in class Transformer
stream_in
- Stream[]public int getSampleBytes(Stream[] stream_in)
getSampleBytes
in class Transformer
stream_in
- Stream[]public Cons.Type getSampleType(Stream[] stream_in)
getSampleType
in class Transformer
stream_in
- Stream[]public int getSampleNumber(int sampleNumber_in)
getSampleNumber
in class Transformer
sampleNumber_in
- intprotected void describeOutput(Stream[] stream_in, Stream stream_out)
describeOutput
in class Transformer
stream_in
- Stream[]stream_out
- Stream