Uses of Class
adams.data.filter.TimeseriesShiftTimestamps.TimestampSource
-
Packages that use TimeseriesShiftTimestamps.TimestampSource Package Description adams.data.filter -
-
Uses of TimeseriesShiftTimestamps.TimestampSource in adams.data.filter
Fields in adams.data.filter declared as TimeseriesShiftTimestamps.TimestampSource Modifier and Type Field Description protected TimeseriesShiftTimestamps.TimestampSourceTimeseriesShiftTimestamps. m_Sourcethe timestamp source.Methods in adams.data.filter that return TimeseriesShiftTimestamps.TimestampSource Modifier and Type Method Description TimeseriesShiftTimestamps.TimestampSourceTimeseriesShiftTimestamps. getSource()Returns where to get the 'old' timestamp from.static TimeseriesShiftTimestamps.TimestampSourceTimeseriesShiftTimestamps.TimestampSource. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeseriesShiftTimestamps.TimestampSource[]TimeseriesShiftTimestamps.TimestampSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.filter with parameters of type TimeseriesShiftTimestamps.TimestampSource Modifier and Type Method Description voidTimeseriesShiftTimestamps. setSource(TimeseriesShiftTimestamps.TimestampSource value)Sets where to get the 'old' timestamp from.
-