Class IctImporter

All Implemented Interfaces:
Serializable, ICommandImporter, IFileImporter, IImporter, IReaderImporter, IRemoteSetImporter

public class IctImporter extends RemoteSetImporter implements IReaderImporter, Serializable
This class allows for the creation of rendered IR signals in the ICT Format, used by the IRScope.
See Also:
  • Constructor Details

    • IctImporter

      public IctImporter()
      Parses an input file into an ModulatedIrSequence. Note that the ICT file may contain several IR signals in the usual sense. The are returned as one long IrSequence consisting of all the data concatenated.
  • Method Details