Uses of Interface
org.yamcs.protobuf.AlgorithmTrace.LogOrBuilder
-
Packages that use AlgorithmTrace.LogOrBuilder Package Description org.yamcs.protobuf -
-
Uses of AlgorithmTrace.LogOrBuilder in org.yamcs.protobuf
Classes in org.yamcs.protobuf that implement AlgorithmTrace.LogOrBuilder Modifier and Type Class Description static classAlgorithmTrace.LogProtobuf typeyamcs.protobuf.processing.AlgorithmTrace.Logstatic classAlgorithmTrace.Log.BuilderProtobuf typeyamcs.protobuf.processing.AlgorithmTrace.LogMethods in org.yamcs.protobuf that return AlgorithmTrace.LogOrBuilder Modifier and Type Method Description AlgorithmTrace.LogOrBuilderAlgorithmTrace.Builder. getLogsOrBuilder(int index)repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;AlgorithmTrace.LogOrBuilderAlgorithmTrace. getLogsOrBuilder(int index)repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;AlgorithmTrace.LogOrBuilderAlgorithmTraceOrBuilder. getLogsOrBuilder(int index)repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;Methods in org.yamcs.protobuf that return types with arguments of type AlgorithmTrace.LogOrBuilder Modifier and Type Method Description List<? extends AlgorithmTrace.LogOrBuilder>AlgorithmTrace.Builder. getLogsOrBuilderList()repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;List<? extends AlgorithmTrace.LogOrBuilder>AlgorithmTrace. getLogsOrBuilderList()repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;List<? extends AlgorithmTrace.LogOrBuilder>AlgorithmTraceOrBuilder. getLogsOrBuilderList()repeated .yamcs.protobuf.processing.AlgorithmTrace.Log logs = 2;
-