Uses of Class
org.yamcs.mdb.Mdb
Packages that use Mdb
Package
Description
-
Uses of Mdb in org.yamcs
-
Uses of Mdb in org.yamcs.activities
Methods in org.yamcs.activities with parameters of type Mdb -
Uses of Mdb in org.yamcs.alarms
Methods in org.yamcs.alarms with parameters of type MdbModifier and TypeMethodDescriptionprotected abstract void
AbstractAlarmServer.addActiveAlarmFromTuple
(Mdb mdb, Tuple t, Map<S, ActiveAlarm<T>> alarms) protected void
EventAlarmServer.addActiveAlarmFromTuple
(Mdb mdb, Tuple tuple, Map<EventId, ActiveAlarm<Db.Event>> alarms) protected void
ParameterAlarmServer.addActiveAlarmFromTuple
(Mdb mdb, Tuple tuple, Map<Parameter, ActiveAlarm<ParameterValue>> alarms) -
Uses of Mdb in org.yamcs.algorithms
Methods in org.yamcs.algorithms that return Mdb -
Uses of Mdb in org.yamcs.archive
Methods in org.yamcs.archive with parameters of type MdbConstructors in org.yamcs.archive with parameters of type MdbModifierConstructorDescriptionCommandHistoryReplayHandler
(String instance, Mdb mdb) XtceTmReplayHandler
(Mdb mdb) YarchReplay
(ReplayServer replayServer, ReplayOptions rr, ReplayListener listener, Mdb mdb) -
Uses of Mdb in org.yamcs.commanding
Methods in org.yamcs.commanding with parameters of type MdbModifier and TypeMethodDescriptionstatic PreparedCommand
PreparedCommand.getAttributesAsParameters
(Mdb mdb) -
Uses of Mdb in org.yamcs.container
Methods in org.yamcs.container that return Mdb -
Uses of Mdb in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type MdbModifier and TypeMethodDescriptionParameterListsApi.resolveParameters
(Context ctx, Mdb mdb, ParameterList plist) static ContextCalibrator
GbpToXtceAssembler.toContextCalibrator
(Mdb mdb, String spaceSystemName, Mdb.ContextCalibratorInfo cci) static List<ContextCalibrator>
GbpToXtceAssembler.toContextCalibratorList
(Mdb mdb, String spaceSystemName, List<Mdb.ContextCalibratorInfo> ccl) static List<EnumerationContextAlarm>
GbpToXtceAssembler.toEnumerationContextAlarm
(Mdb mdb, String spaceSystemName, List<Mdb.ContextAlarmInfo> contextAlarmList) static EnumerationContextAlarm
GbpToXtceAssembler.toEnumerationContextAlarm
(Mdb mdb, String spaceSystemName, Mdb.ContextAlarmInfo cai) static Mdb.MissionDatabase
MdbApi.toMissionDatabase
(String instanceName, Mdb mdb) static List<NumericContextAlarm>
GbpToXtceAssembler.toNumericContextAlarm
(Mdb mdb, String spaceSystemName, List<Mdb.ContextAlarmInfo> contextAlarmList) static NumericContextAlarm
GbpToXtceAssembler.toNumericContextAlarm
(Mdb mdb, String spaceSystemName, Mdb.ContextAlarmInfo cai) static Parameter
MdbApi.verifyParameter
(Context ctx, Mdb mdb, String pathName) -
Uses of Mdb in org.yamcs.mdb
Fields in org.yamcs.mdb declared as MdbMethods in org.yamcs.mdb that return MdbModifier and TypeMethodDescriptionstatic Mdb
MdbFactory.createInstance
(List<YConfiguration> treeConfig, boolean attemptToLoadSerialized, boolean saveSerialized) Load a XTCE database from a description.static Mdb
MdbFactory.createInstanceByConfig
(String configSection) Creates a new instance of the database in memory. configSection is the top heading under which this appears in the mdb.yamlstatic Mdb
MdbFactory.createInstanceByConfig
(String configSection, boolean attemptToLoadSerialized) static Mdb
MdbFactory.getInstance
(String yamcsInstance) retrieves the MDB for the corresponding yamcsInstance. if yamcsInstance is null, then the first one in the mdb.yaml config file is loadedstatic Mdb
XtceDbFactory.getInstance
(String yamcsInstance) Deprecated.static Mdb
MdbFactory.getInstanceByConfig
(String yamcsInstance, String config) static Mdb
XtceDbFactory.getInstanceByConfig
(String yamcsInstance, String config) Deprecated.ContainerProcessingContext.getMdb()
ProcessorData.getMdb()
XtceTmProcessor.getMdb()
Methods in org.yamcs.mdb with parameters of type MdbModifier and TypeMethodDescriptionfinal String
final String
Convert the mission database to XTCE starting at the specified top container and saving only filtered containers.void
Write the space system with the given fully qualified name.void
Constructors in org.yamcs.mdb with parameters of type MdbModifierConstructorDescriptionProcessorData
(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) XtceTmExtractor
(Mdb mdb) Create a standalone TM extractorXtceTmExtractor
(Mdb mdb, ProcessorData pdata) Create a new TM extractor with the given contextXtceTmProcessor
(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 -
Uses of Mdb in org.yamcs.parameter
Methods in org.yamcs.parameter that return MdbMethods in org.yamcs.parameter with parameters of type MdbModifier and TypeMethodDescriptionstatic SystemParameter
SystemParametersService.createSystemParameter
(Mdb mdb, String fqn, Value engValue) static SystemParameter
SystemParametersService.createSystemParameter
(Mdb mdb, String fqn, Value engValue, UnitType unit) static SystemParameter
SystemParametersService.createSystemParameter
(Mdb mdb, String fqn, Yamcs.Value.Type basicType, String description) static SystemParameter
SystemParametersService.createSystemParameter
(Mdb mdb, String fqn, Yamcs.Value.Type basicType, UnitType unit, String description) static ParameterType
SystemParametersService.createSystemParameterType
(Mdb mdb, String name, Value v, UnitType unit) -
Uses of Mdb in org.yamcs.tse
Constructors in org.yamcs.tse with parameters of type MdbModifierConstructorDescriptionTseDataLinkInboundHandler
(CommandHistoryPublisher cmdhistPublisher, Mdb mdb, TimeService timeService, Stream stream) -
Uses of Mdb in org.yamcs.ui.packetviewer.filter
Constructors in org.yamcs.ui.packetviewer.filter with parameters of type Mdb