Uses of Class
org.yamcs.ProcessorConfig
-
Uses of ProcessorConfig in org.yamcs
Modifier and TypeMethodDescriptionstatic Map<String,
ProcessorConfig> ProcessorFactory.getProcessorTypes()
Returns the processor types as defined inprocessor.yaml
Modifier 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
ModifierConstructorDescriptionAlarmServer
(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
ModifierConstructorDescriptionProcessorData
(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