public class EventStream extends Event
| Constructor and Description |
|---|
EventStream() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
registerListener(String streamName,
DataStreamListener listener) |
void |
run() |
static void |
send(int shot,
String streamName,
Data times,
Data samples) |
static void |
send(int shot,
String streamName,
float[] times,
float[] samples) |
static void |
send(int shot,
String streamName,
float[] times,
float[] samples,
boolean oscilloscopeMode) |
static void |
send(int shot,
String streamName,
float time,
float sample) |
static void |
send(int shot,
String streamName,
long[] times,
float[] samples,
boolean oscilloscopeMode) |
static void |
send(int shot,
String streamName,
long time,
float sample) |
public EventStream()
throws MdsException
MdsExceptionpublic void registerListener(String streamName, DataStreamListener listener)
public static void send(int shot,
String streamName,
float time,
float sample)
public static void send(int shot,
String streamName,
long time,
float sample)
public static void send(int shot,
String streamName,
float[] times,
float[] samples,
boolean oscilloscopeMode)
public static void send(int shot,
String streamName,
float[] times,
float[] samples)
public static void send(int shot,
String streamName,
long[] times,
float[] samples,
boolean oscilloscopeMode)
public static void main(String[] args)
Copyright © 2020. All rights reserved.