Class IssCommandPostprocessor

    • Constructor Detail

      • IssCommandPostprocessor

        public IssCommandPostprocessor​(String yamcsInstance)
      • IssCommandPostprocessor

        public IssCommandPostprocessor​(String yamcsInstance,
                                       YConfiguration config)
    • Method Detail

      • process

        public byte[] process​(PreparedCommand pc)
        Description copied from interface: CommandPostprocessor
        processes the command and returns the binary buffer. Returns null if the command cannot be processed (e.g. its size does not correspond to what this processor expects). In this case the postprocessor is expected to fail the command in the command history (also filling in an appropiate reason)
        Specified by:
        process in interface CommandPostprocessor
        Returns:
      • getMiniminimumTcPacketLength

        public int getMiniminimumTcPacketLength()