Uses of Class
org.yamcs.ProcessorConfig
Packages that use ProcessorConfig
-
Uses of ProcessorConfig in org.yamcs
Methods in org.yamcs that return ProcessorConfigMethods in org.yamcs that return types with arguments of type ProcessorConfigModifier and TypeMethodDescriptionstatic Map<String,
ProcessorConfig> ProcessorFactory.getProcessorTypes()
Returns the processor types as defined inprocessor.yaml
Methods in org.yamcs with parameters of type ProcessorConfigModifier and TypeMethodDescriptionstatic Processor
ProcessorFactory.create
(String instance, String name, String type, List<ProcessorServiceWithConfig> serviceList, String creator, ProcessorConfig config, Object spec) Create a Processor by specifying the service. -
Uses of ProcessorConfig in org.yamcs.alarms
Constructors in org.yamcs.alarms with parameters of type ProcessorConfigModifierConstructorDescriptionAlarmServer
(String yamcsInstance, ProcessorConfig procConfig, ScheduledThreadPoolExecutor timer) EventAlarmServer
(String yamcsInstance, ProcessorConfig procConfig, ScheduledThreadPoolExecutor timer) ParameterAlarmServer
(String yamcsInstance, ProcessorConfig procConfig, ScheduledThreadPoolExecutor timer) -
Uses of ProcessorConfig in org.yamcs.mdb
Methods in org.yamcs.mdb that return ProcessorConfigConstructors in org.yamcs.mdb with parameters of type ProcessorConfigModifierConstructorDescriptionProcessorData
(String instance, String procName, Mdb mdb, ProcessorConfig config) ProcessorData
(String instance, String procName, Mdb mdb, ProcessorConfig config, Map<Parameter, ParameterValue> persistedParams) ProcessorData
(String procName, Mdb mdb, ProcessorConfig config) ProcessorData
(Processor proc, ProcessorConfig config, Map<Parameter, ParameterValue> persistedParams) XtceTmProcessor
(Mdb mdb, ProcessorConfig pconfig) Creates a TmProcessor to be used in "standalone" mode, outside of any processor It still uses the processor config for configuration parameters relevant to container processing