Package org.yamcs.mdb

Class XtceMdbWriter

java.lang.Object
org.yamcs.mdb.XtceMdbWriter
All Implemented Interfaces:
SpaceSystemWriter

public class XtceMdbWriter extends Object implements SpaceSystemWriter
Writes MDB to files in XTCE format.
  • Constructor Details

  • Method Details

    • write

      public void write(String fqn, Mdb mdb) throws IOException
      Description copied from interface: SpaceSystemWriter
      Write the space system with the given fully qualified name.
      Specified by:
      write in interface SpaceSystemWriter
      Parameters:
      fqn - - the fully qualified name of the space system to write. This is required in order to retrieve it from the mdb. If the writer supports multiple space systems, the one to be used is selected based on the last part of the qualified name.
      mdb - - the mdb containing the space system to be written
      Throws:
      IOException