fr.inria.powerspy

core

package core

Visibility
  1. Public
  2. All

Type Members

  1. trait Connexion extends AnyRef

    Contract for establishing the connexion.

  2. class Hexadecimal extends AnyRef

    Represents an hexadecimal

  3. case class PSpyIdentity(status: String, pllLocked: String, triggerStatus: String, swVersion: String, hWVersion: String, hwSerial: String) extends Product with Serializable

    Wrapper for the PowerSpy's informations.

    Wrapper for the PowerSpy's informations.

    status: 'R' => Ready 'W' => Waiting trigger 'A' => Acquisition in progress 'C' => Acquisition complete 'T' => ???

  4. case class PSpyRTValues(timestamp: Long, voltage: Double, current: Double, power: Double, pVoltage: Double, pCurrent: Double) extends Product with Serializable

  5. class PowerSpy extends AnyRef

    Utility class for communicating with the PowerSpy powermeter.

  6. class PowerSpyConnexion extends Connexion

    Specialized connexion for the PowerSpy powermeter.

Value Members

  1. object Command extends Enumeration

    Represents the commands that can be sent to the PowerSpy bluetooth powermeter.

  2. object Encoding extends Enumeration

  3. object PowerSpy

    Object companion.

Ungrouped