Interface ReceiverDProto.StateVectorListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReceiverDProto.StateVectorList
,ReceiverDProto.StateVectorList.Builder
- Enclosing class:
- ReceiverDProto
public static interface ReceiverDProto.StateVectorListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
Current timestamp [s since epoch UTC], can be used to check if fields are up-to-date.getStateVectors
(int index) List of state vectors.int
List of state vectors.List of state vectors.getStateVectorsOrBuilder
(int index) List of state vectors.List of state vectors.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCurrentTimestamp
long getCurrentTimestamp()Current timestamp [s since epoch UTC], can be used to check if fields are up-to-date.
uint64 current_timestamp = 1;
- Returns:
- The currentTimestamp.
-
getStateVectorsList
List<ReceiverDProto.StateVectorList.StateVector> getStateVectorsList()List of state vectors.
repeated .serosystems.proto.v3.grx.receiverd.StateVectorList.StateVector state_vectors = 2;
-
getStateVectors
List of state vectors.
repeated .serosystems.proto.v3.grx.receiverd.StateVectorList.StateVector state_vectors = 2;
-
getStateVectorsCount
int getStateVectorsCount()List of state vectors.
repeated .serosystems.proto.v3.grx.receiverd.StateVectorList.StateVector state_vectors = 2;
-
getStateVectorsOrBuilderList
List<? extends ReceiverDProto.StateVectorList.StateVectorOrBuilder> getStateVectorsOrBuilderList()List of state vectors.
repeated .serosystems.proto.v3.grx.receiverd.StateVectorList.StateVector state_vectors = 2;
-
getStateVectorsOrBuilder
List of state vectors.
repeated .serosystems.proto.v3.grx.receiverd.StateVectorList.StateVector state_vectors = 2;
-