BfbIndex Class

From Neurotech Software Development Kit
Revision as of 08:47, 14 August 2017 by NateColeman (talk | contribs) (Constructor Summary)
Jump to: navigation, search

Android

ru.neurotech.neurodevices.bfb

Class BfbIndex

Related Classes

ru.neurotech.neurodevices.bfb.BfbDeviceConnector

ru.neurotech.neurodevices.bfb.BfbDevice

Classes hierarchy

  • java.lang.Object
    • ru.neurotech.neurodevices.bfb.BfbIndex

Class definition

public class BfbIndex

Fields Summary

Modifier and Type Field and Description
SubscribersNotifier<java.lang.Object> calibrationFinished

Notifies about finishing of calibration process

SubscribersNotifier<java.lang.Integer> valueChanged

Notifies about changes of biofeedback index parameter

Constructor Summary

Constructor and Description
BfbIndex(long nativeObjPtr)

Methods Summary

Modifier and Type Method and Description
void calibrate()

Starts calibration process

void finalize()
int value()

Returns current value of biofeedback index


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

    Field Detail

    <a name="valueChanged"> </a>

    • valueChanged

      public final ru.neurotech.common.SubscribersNotifier<java.lang.Integer> valueChanged
      Notifies when proper Callibri BFB device been found and initialized

    <a name="calibrationFinished"> </a>

    • calibrationFinished

      public final ru.neurotech.common.SubscribersNotifier<java.lang.Object> calibrationFinished
      Notifies about changing device scanning state
  • <a name="constructor.detail"> </a>

    Constructor Detail

    <a name="BfbIndex-long-"> </a>

    • BfbIndex

      public BfbIndex(long objPtr)
  • <a name="method.detail"> </a>

    Method Detail

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

    • finalize

      public void finalize()
                    throws java.lang.Throwable
      Overrides:
      finalize in class java.lang.Object
      Throws:
      java.lang.Throwable

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

    • value

      public int value()

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

    • calibrate

      public void calibrate()

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