Class Acoustic

java.lang.Object
me.clarius.sdk.Acoustic

public class Acoustic extends Object
Acoustic index values to send to the API.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
    mechanical index.
    double
    thermal index bone.
    double
    thermal index cranial.
    double
    thermal index soft tissue.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor.
    Acoustic(double mi, double tib, double tic, double tis)
    Constructor with parameters.
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • mi

      public double mi
      mechanical index.
    • tib

      public double tib
      thermal index bone.
    • tic

      public double tic
      thermal index cranial.
    • tis

      public double tis
      thermal index soft tissue.
  • Constructor Details

    • Acoustic

      public Acoustic()
      Default constructor.
    • Acoustic

      public Acoustic(double mi, double tib, double tic, double tis)
      Constructor with parameters.
      Parameters:
      mi - mechanical index.
      tib - thermal index bone.
      tic - thermal index cranial.
      tis - thermal index soft tissue.