Class PcieHardwareAcceleratorDataSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.subtype9.PcieHardwareAcceleratorDataSection

public final class PcieHardwareAcceleratorDataSection extends SmfData
  • Method Details

    • r749ftyp

      public long r749ftyp()
      R749FTYP value.
      Returns:
      long R749FTYP value
    • r749fdsc

      public String r749fdsc()
      R749FDSC value.
      Returns:
      String R749FDSC value
    • r749frqc

      public long r749frqc()
      R749FRQC value.
      Returns:
      long R749FRQC value
    • r749frqe

      public long r749frqe()
      R749FRQE value.
      Returns:
      long R749FRQE value
    • r749fqfl

      public long r749fqfl()
      R749FQFL value.
      Returns:
      long R749FQFL value
    • r749ftet

      public Duration r749ftet()
      R749FTET as a Duration.
      Returns:
      Duration R749FTET
      See Also:
    • r749ftetSeconds

      public double r749ftetSeconds()
      R749FTET in seconds.
      Returns:
      double R749FTET converted to seconds
    • r749ftetRawValue

      public BigInteger r749ftetRawValue()
      R749FTET raw value.
      Returns:
      BigInteger R749FTET raw value
    • r749fsqeSecondsSq

      public double r749fsqeSecondsSq()
      R749FSQE in squared seconds.
      Returns:
      double R749FSQE converted to squared seconds
    • r749fsqeRawValue

      public BigInteger r749fsqeRawValue()
      R749FSQE raw value.
      Returns:
      BigInteger R749FSQE raw value
    • r749ftqt

      public Duration r749ftqt()
      R749FTQT as a Duration.
      Returns:
      Duration R749FTQT
      See Also:
    • r749ftqtSeconds

      public double r749ftqtSeconds()
      R749FTQT in seconds.
      Returns:
      double R749FTQT converted to seconds
    • r749ftqtRawValue

      public BigInteger r749ftqtRawValue()
      R749FTQT raw value.
      Returns:
      BigInteger R749FTQT raw value
    • r749fsqqSecondsSq

      public double r749fsqqSecondsSq()
      R749FSQQ in squared seconds.
      Returns:
      double R749FSQQ converted to squared seconds
    • r749fsqqRawValue

      public BigInteger r749fsqqRawValue()
      R749FSQQ raw value.
      Returns:
      BigInteger R749FSQQ raw value
    • r749fdrd

      public long r749fdrd()
      R749FDRD value, throws exception if R749FDRD overflows 64 bit signed integer.
      Returns:
      long R749FDRD
      Throws:
      IllegalArgumentException - If the value of R749FDRD exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in R749FDRD). Use r749fdrdAsBigInteger() if this is possible.
    • r749fdrdAsBigInteger

      public BigInteger r749fdrdAsBigInteger()
      R749FDRD value as a BigInteger.

      r749fdrd() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger R749FDRD
    • r749fdwr

      public long r749fdwr()
      R749FDWR value, throws exception if R749FDWR overflows 64 bit signed integer.
      Returns:
      long R749FDWR
      Throws:
      IllegalArgumentException - If the value of R749FDWR exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in R749FDWR). Use r749fdwrAsBigInteger() if this is possible.
    • r749fdwrAsBigInteger

      public BigInteger r749fdwrAsBigInteger()
      R749FDWR value as a BigInteger.

      r749fdwr() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger R749FDWR
    • create

      public static PcieHardwareAcceleratorDataSection create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section