Class Ldpc256CltuGenerator.Ldpc256Encoder

java.lang.Object
org.yamcs.tctm.ccsds.error.Ldpc256CltuGenerator.Ldpc256Encoder
Enclosing class:
Ldpc256CltuGenerator

public static class Ldpc256CltuGenerator.Ldpc256Encoder 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 32 bytes from in:inOffset into a code of 32 bytes stored in out:outOffset
    static void
    encode2(byte[] in, int inOffset, byte[] out, int outOffset)
     

    Methods inherited from class java.lang.Object

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

    • Ldpc256Encoder

      public Ldpc256Encoder()
  • Method Details

    • encode

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

      public static void encode2(byte[] in, int inOffset, byte[] out, int outOffset)