Class Ldpc64CltuGenerator.Ldpc64Encoder

java.lang.Object
org.yamcs.tctm.ccsds.error.Ldpc64CltuGenerator.Ldpc64Encoder
Enclosing class:
Ldpc64CltuGenerator

public static class Ldpc64CltuGenerator.Ldpc64Encoder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    encode(byte[] in, int inOffset, byte[] out, int outOffset)
    Encodes a block of 8 bytes from in:inOffset into a code of 8 bytes stored in out:outOffset

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Ldpc64Encoder

      public Ldpc64Encoder()
  • Method Details

    • encode

      public static void encode(byte[] in, int inOffset, byte[] out, int outOffset)
      Encodes a block of 8 bytes from in:inOffset into a code of 8 bytes stored in out:outOffset
      Parameters:
      in -
      inOffset -
      out -
      outOffset -