Uses of Class
org.yamcs.xtce.OutputParameter
-
Packages that use OutputParameter Package Description org.yamcs.xtce -
-
Uses of OutputParameter in org.yamcs.xtce
Methods in org.yamcs.xtce that return types with arguments of type OutputParameter Modifier and Type Method Description List<OutputParameter>Algorithm. getOutputList()List<OutputParameter>Algorithm. getOutputSet()same asAlgorithm.getOutputList(), although it's a list this method calls it Set due to XTCE terminology.Methods in org.yamcs.xtce with parameters of type OutputParameter Modifier and Type Method Description voidAlgorithm. addOutput(OutputParameter outputParameter)Method parameters in org.yamcs.xtce with type arguments of type OutputParameter Modifier and Type Method Description voidAlgorithm. setOutputList(List<OutputParameter> outputList)voidAlgorithm. setOutputSet(List<OutputParameter> outputSet)
-