All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.xtce.NonStandardData Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
package org.yamcs.xtce;

import java.io.Serializable;

public interface NonStandardData> extends Serializable {

    /**
     * Sets the qualified name of the space system this non-standard data belongs to. 
     * This is where qualified names and aliases should be registered.
     */
    public void setSpaceSystemQualifiedName(String ssQualifiedName);

    /**
     * Merges non-standard data of one SpaceSystem with that of one of its direct sub-SpaceSystems
     */
    public T mergeWithChild(T childData);    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy