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, setupclear, forcekill, getComponentName, getEventChannelOut, isSetuppublic final FloatSegmentEventSender.Options options
public OptionList getOptions()
getOptions in class Componentpublic void enter(Stream[] stream_in) throws SSJFatalException
Consumerenter in class ConsumerSSJFatalException - causes immediate pipeline terminationprotected void consume(Stream[] stream_in, Event trigger) throws SSJFatalException
Consumerconsume in class ConsumerSSJFatalExceptionpublic void flush(Stream[] stream_in) throws SSJFatalException
Consumerflush in class ConsumerSSJFatalException