Uses of Interface
org.yamcs.xtce.NonStandardData
-
Packages that use NonStandardData Package Description org.yamcs.xtce -
-
Uses of NonStandardData in org.yamcs.xtce
Classes in org.yamcs.xtce with type parameters of type NonStandardData Modifier and Type Interface Description interfaceNonStandardData<T extends NonStandardData<T>>Methods in org.yamcs.xtce with type parameters of type NonStandardData Modifier and Type Method Description <T extends NonStandardData>
TSpaceSystem. getNonStandardDataOfType(Class<T> clazz)<T extends NonStandardData<T>>
TXtceDb. getNonStandardDataOfType(Class<T> clazz)Methods in org.yamcs.xtce that return types with arguments of type NonStandardData Modifier and Type Method Description Collection<NonStandardData>SpaceSystem. getNonStandardData()Collection<NonStandardData>XtceDb. getNonStandardData()Methods in org.yamcs.xtce with parameters of type NonStandardData Modifier and Type Method Description voidSpaceSystem. addNonStandardData(NonStandardData data)Add non-standard data to this SpaceSystem.
-