Uses of Interface
org.epics.archiverappliance.data.SampleValue
Packages that use SampleValue
Package
Description
-
Uses of SampleValue in edu.stanford.slac.archiverappliance.PB.data
Methods in edu.stanford.slac.archiverappliance.PB.data that return SampleValueModifier and TypeMethodDescriptionPBScalarByte.getSampleValue()PBScalarDouble.getSampleValue()PBScalarEnum.getSampleValue()PBScalarFloat.getSampleValue()PBScalarInt.getSampleValue()PBScalarShort.getSampleValue()PBScalarString.getSampleValue()PBV4GenericBytes.getSampleValue()PBVectorByte.getSampleValue()PBVectorDouble.getSampleValue()PBVectorEnum.getSampleValue()PBVectorFloat.getSampleValue()PBVectorInt.getSampleValue()PBVectorShort.getSampleValue()PBVectorString.getSampleValue() -
Uses of SampleValue in org.epics.archiverappliance
Methods in org.epics.archiverappliance that return SampleValue -
Uses of SampleValue in org.epics.archiverappliance.common
Methods in org.epics.archiverappliance.common that return SampleValueConstructors in org.epics.archiverappliance.common with parameters of type SampleValueModifierConstructorDescriptionPOJOEvent(ArchDBRTypes dbrType, Instant recordProcessingTime, SampleValue sampleValue, int status, int severity) -
Uses of SampleValue in org.epics.archiverappliance.config
Methods in org.epics.archiverappliance.config that return SampleValueModifier and TypeMethodDescriptionstatic SampleValueArchDBRTypes.sampleValueFromString(ArchDBRTypes dbrType, String sampleValueStr) -
Uses of SampleValue in org.epics.archiverappliance.data
Classes in org.epics.archiverappliance.data that implement SampleValueModifier and TypeClassDescriptionclassA sample value that encapsulates a byte buffer.classAn implementation of SampleValue for scalar strings.classScalarValue<T extends Number>An implementation of SampleValue for scalar numbers.classAn implementation of SampleValue for vector strings.classVectorValue<T extends Number>An implementation of SampleValue for vector numbers.Methods in org.epics.archiverappliance.data that return SampleValue -
Uses of SampleValue in org.epics.archiverappliance.engine.model
Methods in org.epics.archiverappliance.engine.model with parameters of type SampleValue -
Uses of SampleValue in org.epics.archiverappliance.utils.imprt
Methods in org.epics.archiverappliance.utils.imprt that return SampleValueMethods in org.epics.archiverappliance.utils.imprt with parameters of type SampleValueModifier and TypeMethodDescriptionstatic StringCSVEvent.toString(SampleValue val, ArchDBRTypes type) -
Uses of SampleValue in org.epics.archiverappliance.utils.simulation
Methods in org.epics.archiverappliance.utils.simulation that return SampleValueModifier and TypeMethodDescriptionSimulationEvent.getSampleValue()SimulationValueGenerator.getSampleValue(ArchDBRTypes type, int secondsIntoYear) Get the value at a particular point in time.SineGenerator.getSampleValue(ArchDBRTypes type, int secondsIntoYear) Constructors in org.epics.archiverappliance.utils.simulation with parameters of type SampleValueModifierConstructorDescriptionSimulationEvent(int secondsIntoYear, short yearofdata, ArchDBRTypes type, SampleValue sampleValue) SimulationEvent(Instant instant, ArchDBRTypes type, SampleValue sampleValue) SimulationEvent(YearSecondTimestamp yts, ArchDBRTypes type, SampleValue sampleValue)