Package org.yamcs.protobuf
Interface ClcwOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Clcw,Clcw.Builder
public interface ClcwOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetLockout()optional bool lockout = 2;intgetNR()optional uint32 nR = 5;com.google.protobuf.TimestampgetReceptionTime()optional .google.protobuf.Timestamp receptionTime = 1;com.google.protobuf.TimestampOrBuildergetReceptionTimeOrBuilder()optional .google.protobuf.Timestamp receptionTime = 1;booleangetRetransmit()optional bool retransmit = 4;booleangetWait()optional bool wait = 3;booleanhasLockout()optional bool lockout = 2;booleanhasNR()optional uint32 nR = 5;booleanhasReceptionTime()optional .google.protobuf.Timestamp receptionTime = 1;booleanhasRetransmit()optional bool retransmit = 4;booleanhasWait()optional bool wait = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasReceptionTime
boolean hasReceptionTime()
optional .google.protobuf.Timestamp receptionTime = 1;
-
getReceptionTime
com.google.protobuf.Timestamp getReceptionTime()
optional .google.protobuf.Timestamp receptionTime = 1;
-
getReceptionTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getReceptionTimeOrBuilder()
optional .google.protobuf.Timestamp receptionTime = 1;
-
hasLockout
boolean hasLockout()
optional bool lockout = 2;
-
getLockout
boolean getLockout()
optional bool lockout = 2;
-
hasWait
boolean hasWait()
optional bool wait = 3;
-
getWait
boolean getWait()
optional bool wait = 3;
-
hasRetransmit
boolean hasRetransmit()
optional bool retransmit = 4;
-
getRetransmit
boolean getRetransmit()
optional bool retransmit = 4;
-
hasNR
boolean hasNR()
optional uint32 nR = 5;
-
getNR
int getNR()
optional uint32 nR = 5;
-
-