Uses of Class
nds2.epoch
-
-
Uses of epoch in nds2
Methods in nds2 that return epoch Modifier and Type Method Description epoch
connection. currentEpoch()
epoch
vectorEpochs. get(int i)
Methods in nds2 with parameters of type epoch Modifier and Type Method Description static channel[]
nds2. _find_channels(java.lang.String channel_glob, int channel_type_mask, int data_type_mask, double min_sample_rate, double max_sample_rate, epoch timespan)
static channel[]
nds2. _find_channels(parameters params, java.lang.String channel_glob, int channel_type_mask, int data_type_mask, double min_sample_rate, double max_sample_rate, epoch timespan)
static channel[]
nds2JNI. _find_channels__SWIG_0(long jarg1, parameters jarg1_, java.lang.String jarg2, int jarg3, int jarg4, double jarg5, double jarg6, long jarg7, epoch jarg7_)
static channel[]
nds2JNI. _find_channels__SWIG_7(java.lang.String jarg1, int jarg2, int jarg3, double jarg4, double jarg5, long jarg6, epoch jarg6_)
void
vectorEpochs. add(epoch x)
static int
nds2JNI. epoch_gpsStart_get(long jarg1, epoch jarg1_)
static void
nds2JNI. epoch_gpsStart_set(long jarg1, epoch jarg1_, int jarg2)
static int
nds2JNI. epoch_gpsStop_get(long jarg1, epoch jarg1_)
static void
nds2JNI. epoch_gpsStop_set(long jarg1, epoch jarg1_, int jarg2)
static java.lang.String
nds2JNI. epoch_name_get(long jarg1, epoch jarg1_)
static void
nds2JNI. epoch_name_set(long jarg1, epoch jarg1_, java.lang.String jarg2)
protected static long
epoch. getCPtr(epoch obj)
static long
nds2JNI. new_epoch__SWIG_1(long jarg1, epoch jarg1_)
void
vectorEpochs. set(int i, epoch val)
static void
nds2JNI. vectorEpochs_add(long jarg1, vectorEpochs jarg1_, long jarg2, epoch jarg2_)
static void
nds2JNI. vectorEpochs_set(long jarg1, vectorEpochs jarg1_, int jarg2, long jarg3, epoch jarg3_)
Constructors in nds2 with parameters of type epoch Constructor Description epoch(epoch other)
-