Uses of Enum Class
org.yamcs.StreamConfig.StandardStreamType
Packages that use StreamConfig.StandardStreamType
- 
Uses of StreamConfig.StandardStreamType in org.yamcsMethods in org.yamcs that return StreamConfig.StandardStreamTypeModifier 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.Methods in org.yamcs with parameters of type StreamConfig.StandardStreamTypeModifier 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) Constructors in org.yamcs with parameters of type StreamConfig.StandardStreamTypeModifierConstructorDescriptionStreamConfigEntry(StreamConfig.StandardStreamType type, String name, String processor)