Uses of Enum Class
org.yamcs.StreamConfig.StandardStreamType
-
Uses of StreamConfig.StandardStreamType in org.yamcs
Modifier and TypeMethodDescriptionStreamConfig.StandardStreamType.fromString
(String s) StreamConfig.StreamConfigEntry.getType()
Returns the enum constant of this class with the specified name.static StreamConfig.StandardStreamType[]
StreamConfig.StandardStreamType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionStreamConfig.getEntries
(StreamConfig.StandardStreamType type) get stream configuration of a specific type.StreamConfig.getEntry
(StreamConfig.StandardStreamType type, String streamName) returns the stream config with the given type and name or null if it has not been definedStreamConfig.getStreamNames
(StreamConfig.StandardStreamType type) ModifierConstructorDescriptionStreamConfigEntry
(StreamConfig.StandardStreamType type, String name, String processor)