Package org.yamcs.xtce
Interface NonStandardData<T extends NonStandardData<T>>
-
- All Superinterfaces:
Serializable
public interface NonStandardData<T extends NonStandardData<T>> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TmergeWithChild(T childData)Merges non-standard data of one SpaceSystem with that of one of its direct sub-SpaceSystemsvoidsetSpaceSystemQualifiedName(String ssQualifiedName)Sets the qualified name of the space system this non-standard data belongs to.
-
-
-
Method Detail
-
setSpaceSystemQualifiedName
void setSpaceSystemQualifiedName(String ssQualifiedName)
Sets the qualified name of the space system this non-standard data belongs to. This is where qualified names and aliases should be registered.
-
-