Uses of Class
org.yamcs.protobuf.TofInterval
-
Packages that use TofInterval Package Description org.yamcs.protobuf -
-
Uses of TofInterval in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type TofInterval Modifier and Type Field Description static com.google.protobuf.Parser<TofInterval>TofInterval. PARSERDeprecated.Methods in org.yamcs.protobuf that return TofInterval Modifier and Type Method Description TofIntervalTofInterval.Builder. build()TofIntervalTofInterval.Builder. buildPartial()static TofIntervalTofInterval. getDefaultInstance()TofIntervalTofInterval.Builder. getDefaultInstanceForType()TofIntervalTofInterval. getDefaultInstanceForType()TofIntervalAddTimeOfFlightIntervalsRequest.Builder. getIntervals(int index)intervals for time of flight calculationTofIntervalAddTimeOfFlightIntervalsRequest. getIntervals(int index)intervals for time of flight calculationTofIntervalAddTimeOfFlightIntervalsRequestOrBuilder. getIntervals(int index)intervals for time of flight calculationstatic TofIntervalTofInterval. parseDelimitedFrom(InputStream input)static TofIntervalTofInterval. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TofIntervalTofInterval. parseFrom(byte[] data)static TofIntervalTofInterval. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TofIntervalTofInterval. parseFrom(com.google.protobuf.ByteString data)static TofIntervalTofInterval. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TofIntervalTofInterval. parseFrom(com.google.protobuf.CodedInputStream input)static TofIntervalTofInterval. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TofIntervalTofInterval. parseFrom(InputStream input)static TofIntervalTofInterval. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TofIntervalTofInterval. parseFrom(ByteBuffer data)static TofIntervalTofInterval. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type TofInterval Modifier and Type Method Description List<TofInterval>AddTimeOfFlightIntervalsRequest.Builder. getIntervalsList()intervals for time of flight calculationList<TofInterval>AddTimeOfFlightIntervalsRequest. getIntervalsList()intervals for time of flight calculationList<TofInterval>AddTimeOfFlightIntervalsRequestOrBuilder. getIntervalsList()intervals for time of flight calculationcom.google.protobuf.Parser<TofInterval>TofInterval. getParserForType()static com.google.protobuf.Parser<TofInterval>TofInterval. parser()Methods in org.yamcs.protobuf with parameters of type TofInterval Modifier and Type Method Description AddTimeOfFlightIntervalsRequest.BuilderAddTimeOfFlightIntervalsRequest.Builder. addIntervals(int index, TofInterval value)intervals for time of flight calculationAddTimeOfFlightIntervalsRequest.BuilderAddTimeOfFlightIntervalsRequest.Builder. addIntervals(TofInterval value)intervals for time of flight calculationTofInterval.BuilderTofInterval.Builder. mergeFrom(TofInterval other)static TofInterval.BuilderTofInterval. newBuilder(TofInterval prototype)AddTimeOfFlightIntervalsRequest.BuilderAddTimeOfFlightIntervalsRequest.Builder. setIntervals(int index, TofInterval value)intervals for time of flight calculationMethod parameters in org.yamcs.protobuf with type arguments of type TofInterval Modifier and Type Method Description AddTimeOfFlightIntervalsRequest.BuilderAddTimeOfFlightIntervalsRequest.Builder. addAllIntervals(Iterable<? extends TofInterval> values)intervals for time of flight calculation
-