Package org.yamcs.studio.core
Class MissionDatabase
java.lang.Object
org.yamcs.studio.core.MissionDatabase
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommand
(Mdb.CommandInfo command) void
addParameter
(Mdb.ParameterInfo parameter) int
getCommandInfo
(String qualifiedName) getCommandInfo
(String namespace, String alias) int
Returns the ParameterInfo for an ID, the ID may also point to an aggregate member or an array entry, the returned ParameterInfo will then match the containing parameter.Returns the ParameterTypeInfo for an ID, the ID may also point to an aggregate member or an array entry, the returned ParameterInfo will then match that specific path into the parameter.
-
Constructor Details
-
MissionDatabase
public MissionDatabase()
-
-
Method Details
-
addParameter
-
addCommand
-
getParameterCount
public int getParameterCount() -
getCommandCount
public int getCommandCount() -
getParameters
-
getCommands
-
getParameterInfo
Returns the ParameterInfo for an ID, the ID may also point to an aggregate member or an array entry, the returned ParameterInfo will then match the containing parameter. -
getCommandInfo
-
getCommandInfo
-
getParameterTypeInfo
Returns the ParameterTypeInfo for an ID, the ID may also point to an aggregate member or an array entry, the returned ParameterInfo will then match that specific path into the parameter. -
getEngineeringUnits
-