Difference between revisions of "RPeak Class"

From Neurotech Software Development Kit
Jump to: navigation, search
(Android)
(Class definition)
Line 20: Line 20:
  
 
==Class definition==
 
==Class definition==
<code><span style="color:#0066FF;">'''public class'''</span> RPeak
+
<code><span style="color:#0066FF;">'''public class'''</span> RPeak </code>
  
 
==Constructor Summary==
 
==Constructor Summary==

Revision as of 08:08, 7 August 2017

Android

ru.neurotech.neurodevices.ecg

Class RPeak

Related Classes

ru.neurotech.neurodevices.ecg.EcgDeviceConnector

ru.neurotech.neurodevices.ecg.EcgDevice

Classes hierarchy

  • java.lang.Object
    • ru.neurotech.neurodevices.ecg.RPeak

Class definition

public class RPeak

Constructor Summary

Constructor and Description
RPeak(double time, double deltaNext, double deltaPrev)
  • <a name="constructor.summary"> </a>

    Constructor Summary

    Constructors 
    Constructor and Description
    <a href="../../../../ru/neurotech/neurodevices/ecg/RPeak.html#RPeak-double-double-double-">RPeak</a>(double time,
        double deltaNext,
    
    double deltaPrev)
     
  • <a name="method.summary"> </a>

    Method Summary

    All Methods <a href="javascript:show(2);">Instance Methods</a> <a href="javascript:show(8);">Concrete Methods</a> 
    Modifier and Type Method and Description
    double <a href="../../../../ru/neurotech/neurodevices/ecg/RPeak.html#deltaNext--">deltaNext</a>() 
    double <a href="../../../../ru/neurotech/neurodevices/ecg/RPeak.html#deltaPrevious--">deltaPrevious</a>() 
    double <a href="../../../../ru/neurotech/neurodevices/ecg/RPeak.html#time--">time</a>() 
    • <a name="methods.inherited.from.class.java.lang.Object"> </a>

      Methods inherited from class java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

</li> </ul> </div>

    • <a name="constructor.detail"> </a>

      Constructor Detail

      <a name="RPeak-double-double-double-"> </a>

      • RPeak

        public RPeak(double time,
                     double deltaNext,
                     double deltaPrev)
    • <a name="method.detail"> </a>

      Method Detail

      <a name="time--"> </a>

      • time

        public double time()

      <a name="deltaNext--"> </a>

      • deltaNext

        public double deltaNext()

      <a name="deltaPrevious--"> </a>

      • deltaPrevious

        public double deltaPrevious()

</div>