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
Modifier and TypeMethodDescriptionboolean
optional bool lockout = 2;
int
getNR()
optional uint32 nR = 5;
com.google.protobuf.Timestamp
optional .google.protobuf.Timestamp receptionTime = 1;
com.google.protobuf.TimestampOrBuilder
optional .google.protobuf.Timestamp receptionTime = 1;
boolean
optional bool retransmit = 4;
boolean
getWait()
optional bool wait = 3;
boolean
optional bool lockout = 2;
boolean
hasNR()
optional uint32 nR = 5;
boolean
optional .google.protobuf.Timestamp receptionTime = 1;
boolean
optional bool retransmit = 4;
boolean
hasWait()
optional bool wait = 3;
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
-
hasReceptionTime
boolean hasReceptionTime()optional .google.protobuf.Timestamp receptionTime = 1;
- Returns:
- Whether the receptionTime field is set.
-
getReceptionTime
com.google.protobuf.Timestamp getReceptionTime()optional .google.protobuf.Timestamp receptionTime = 1;
- Returns:
- The receptionTime.
-
getReceptionTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getReceptionTimeOrBuilder()optional .google.protobuf.Timestamp receptionTime = 1;
-
hasLockout
boolean hasLockout()optional bool lockout = 2;
- Returns:
- Whether the lockout field is set.
-
getLockout
boolean getLockout()optional bool lockout = 2;
- Returns:
- The lockout.
-
hasWait
boolean hasWait()optional bool wait = 3;
- Returns:
- Whether the wait field is set.
-
getWait
boolean getWait()optional bool wait = 3;
- Returns:
- The wait.
-
hasRetransmit
boolean hasRetransmit()optional bool retransmit = 4;
- Returns:
- Whether the retransmit field is set.
-
getRetransmit
boolean getRetransmit()optional bool retransmit = 4;
- Returns:
- The retransmit.
-
hasNR
boolean hasNR()optional uint32 nR = 5;
- Returns:
- Whether the nR field is set.
-
getNR
int getNR()optional uint32 nR = 5;
- Returns:
- The nR.
-