Uses of Class
nds2.channel_predicate
-
-
Uses of channel_predicate in nds2
Methods in nds2 with parameters of type channel_predicate Modifier and Type Method Description static int
nds2JNI. channel_predicate_channelTypeMask(long jarg1, channel_predicate jarg1_)
static int
nds2JNI. channel_predicate_dataTypeMask(long jarg1, channel_predicate jarg1_)
static java.lang.String
nds2JNI. channel_predicate_glob(long jarg1, channel_predicate jarg1_)
static int
nds2JNI. channel_predicate_gpsStart(long jarg1, channel_predicate jarg1_)
static int
nds2JNI. channel_predicate_gpsStop(long jarg1, channel_predicate jarg1_)
static double
nds2JNI. channel_predicate_maxSampleRate(long jarg1, channel_predicate jarg1_)
static double
nds2JNI. channel_predicate_minSampleRate(long jarg1, channel_predicate jarg1_)
static void
nds2JNI. channel_predicate_setChannelTypeMask(long jarg1, channel_predicate jarg1_, int jarg2)
static void
nds2JNI. channel_predicate_setDataTypeMask(long jarg1, channel_predicate jarg1_, int jarg2)
static void
nds2JNI. channel_predicate_setFrequencyRange(long jarg1, channel_predicate jarg1_, double jarg2, double jarg3)
static void
nds2JNI. channel_predicate_setGlob(long jarg1, channel_predicate jarg1_, java.lang.String jarg2)
static void
nds2JNI. channel_predicate_setTimespan(long jarg1, channel_predicate jarg1_, int jarg2, int jarg3)
static channel[]
nds2. findChannels(channel_predicate Pred)
static channel[]
nds2. findChannels(parameters Params, channel_predicate Pred)
protected static long
channel_predicate. getCPtr(channel_predicate obj)
static long
nds2JNI. new_channel_predicate__SWIG_1(long jarg1, channel_predicate jarg1_)
Constructors in nds2 with parameters of type channel_predicate Constructor Description channel_predicate(channel_predicate other)
-