public class FloatSegmentEventSender extends Consumer
Modifier and Type | Class and Description |
---|---|
class |
FloatSegmentEventSender.Options |
Modifier and Type | Field and Description |
---|---|
FloatSegmentEventSender.Options |
options |
_doWakeLock, _frame
_evchannel_in, _evchannel_out, _isSetup, _name, _safeToKill, _terminate, threadPriority
Constructor and Description |
---|
FloatSegmentEventSender() |
Modifier and Type | Method and Description |
---|---|
protected void |
consume(Stream[] stream_in,
Event trigger)
main processing method
|
void |
enter(Stream[] stream_in)
initialization specific to sensor implementation (called by local thread after framework start)
|
void |
flush(Stream[] stream_in)
called once prior to termination
|
OptionList |
getOptions() |
close, getEventTrigger, init, reset, run, setEventTrigger, setup, setup
clear, forcekill, getComponentName, getEventChannelOut, isSetup
public final FloatSegmentEventSender.Options options
public OptionList getOptions()
getOptions
in class Component
public void enter(Stream[] stream_in) throws SSJFatalException
Consumer
enter
in class Consumer
SSJFatalException
- causes immediate pipeline terminationprotected void consume(Stream[] stream_in, Event trigger) throws SSJFatalException
Consumer
consume
in class Consumer
SSJFatalException
public void flush(Stream[] stream_in) throws SSJFatalException
Consumer
flush
in class Consumer
SSJFatalException