Uses of Class
org.yamcs.protobuf.TimeoutType
-
Packages that use TimeoutType Package Description org.yamcs.protobuf -
-
Uses of TimeoutType in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return TimeoutType Modifier and Type Method Description static TimeoutTypeTimeoutType. forNumber(int value)TimeoutTypeCop1Config.Builder. getTimeoutType()What should happen on timeout: go to SUSPEND or go to UNINITIALIZEDTimeoutTypeCop1Config. getTimeoutType()What should happen on timeout: go to SUSPEND or go to UNINITIALIZEDTimeoutTypeCop1ConfigOrBuilder. getTimeoutType()What should happen on timeout: go to SUSPEND or go to UNINITIALIZEDstatic TimeoutTypeTimeoutType. valueOf(int value)Deprecated.static TimeoutTypeTimeoutType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TimeoutTypeTimeoutType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeoutType[]TimeoutType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yamcs.protobuf that return types with arguments of type TimeoutType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TimeoutType>TimeoutType. internalGetValueMap()Methods in org.yamcs.protobuf with parameters of type TimeoutType Modifier and Type Method Description Cop1Config.BuilderCop1Config.Builder. setTimeoutType(TimeoutType value)What should happen on timeout: go to SUSPEND or go to UNINITIALIZED
-