fr.inria.powerapi.core

Sensor

trait Sensor extends EnergyModule

Base trait for each PowerAPI sensor.

Linear Supertypes
EnergyModule, Component, ActorLogging, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Sensor
  2. EnergyModule
  3. Component
  4. ActorLogging
  5. Actor
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Abstract Value Members

  1. def acquire : Receive

    Akka's receive() wrapper.

    Akka's receive() wrapper.

    Attributes
    abstract
    Definition Classes
    Component
    See also

    http://doc.akka.io/docs/akka/snapshot/scala/actors.html

  2. def messagesToListen : Array[Class[_ <: fr.inria.powerapi.core.Message]]

    Defines what kind of Message this component wants to be aware from the common event bus.

    Defines what kind of Message this component wants to be aware from the common event bus.

    Attributes
    abstract
    Definition Classes
    Component

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. implicit val context : ActorContext

    Attributes
    protected[akka] implicit
    Definition Classes
    Actor
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  14. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  15. val log : LoggingAdapter

    Definition Classes
    ActorLogging
  16. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  18. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  19. def postRestart (reason: Throwable): Unit

    Definition Classes
    Actor
  20. def postStop (): Unit

    Definition Classes
    Actor
  21. def preRestart (reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
  22. def preStart (): Unit

    Definition Classes
    Actor
  23. def publish (message: Message): Unit

    Publishes the given message to the common event bus.

    Publishes the given message to the common event bus.

    Definition Classes
    Component
  24. def receive : Receive

    Definition Classes
    Component → Actor
  25. implicit val self : ActorRef

    Attributes
    implicit final
    Definition Classes
    Actor
  26. def sender : ActorRef

    Attributes
    final
    Definition Classes
    Actor
  27. def supervisorStrategy (): SupervisorStrategy

    Definition Classes
    Actor
  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

    Definition Classes
    AnyRef → Any
  30. def unhandled (message: Any): Unit

    Definition Classes
    Actor
  31. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from EnergyModule

Inherited from Component

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any