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