Uses of Class
edu.stanford.slac.archiverappliance.PB.EPICSEvent.VectorDouble.Builder
Packages that use EPICSEvent.VectorDouble.Builder
-
Uses of EPICSEvent.VectorDouble.Builder in edu.stanford.slac.archiverappliance.PB
Methods in edu.stanford.slac.archiverappliance.PB that return EPICSEvent.VectorDouble.BuilderModifier and TypeMethodDescriptionEPICSEvent.VectorDouble.Builder.addAllFieldvalues(Iterable<? extends EPICSEvent.FieldValue> values) repeated .EPICS.FieldValue fieldvalues = 7;repeated double val = 3 [packed = true];EPICSEvent.VectorDouble.Builder.addFieldvalues(int index, EPICSEvent.FieldValue value) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorDouble.Builder.addFieldvalues(int index, EPICSEvent.FieldValue.Builder builderForValue) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorDouble.Builder.addFieldvalues(EPICSEvent.FieldValue value) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorDouble.Builder.addFieldvalues(EPICSEvent.FieldValue.Builder builderForValue) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorDouble.Builder.addVal(double value) repeated double val = 3 [packed = true];EPICSEvent.VectorDouble.Builder.clear()EPICSEvent.VectorDouble.Builder.clearFieldactualchange()optional bool fieldactualchange = 8;EPICSEvent.VectorDouble.Builder.clearFieldvalues()repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorDouble.Builder.clearNano()required uint32 nano = 2;EPICSEvent.VectorDouble.Builder.clearRepeatcount()optional uint32 repeatcount = 6;EPICSEvent.VectorDouble.Builder.clearSecondsintoyear()required uint32 secondsintoyear = 1;EPICSEvent.VectorDouble.Builder.clearSeverity()optional int32 severity = 4 [default = 0];EPICSEvent.VectorDouble.Builder.clearStatus()optional int32 status = 5 [default = 0];EPICSEvent.VectorDouble.Builder.clearVal()repeated double val = 3 [packed = true];EPICSEvent.VectorDouble.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EPICSEvent.VectorDouble.Builder.mergeFrom(com.google.protobuf.Message other) EPICSEvent.VectorDouble.Builder.mergeFrom(EPICSEvent.VectorDouble other) EPICSEvent.VectorDouble.newBuilder()EPICSEvent.VectorDouble.newBuilder(EPICSEvent.VectorDouble prototype) EPICSEvent.VectorDouble.newBuilderForType()protected EPICSEvent.VectorDouble.BuilderEPICSEvent.VectorDouble.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) EPICSEvent.VectorDouble.Builder.removeFieldvalues(int index) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorDouble.Builder.setFieldactualchange(boolean value) optional bool fieldactualchange = 8;EPICSEvent.VectorDouble.Builder.setFieldvalues(int index, EPICSEvent.FieldValue value) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorDouble.Builder.setFieldvalues(int index, EPICSEvent.FieldValue.Builder builderForValue) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.VectorDouble.Builder.setNano(int value) required uint32 nano = 2;EPICSEvent.VectorDouble.Builder.setRepeatcount(int value) optional uint32 repeatcount = 6;EPICSEvent.VectorDouble.Builder.setSecondsintoyear(int value) required uint32 secondsintoyear = 1;EPICSEvent.VectorDouble.Builder.setSeverity(int value) optional int32 severity = 4 [default = 0];EPICSEvent.VectorDouble.Builder.setStatus(int value) optional int32 status = 5 [default = 0];EPICSEvent.VectorDouble.Builder.setVal(int index, double value) repeated double val = 3 [packed = true];EPICSEvent.VectorDouble.toBuilder()