LoopFrequency

eu.joaocosta.minart.runtime.LoopFrequency
See theLoopFrequency companion trait
object LoopFrequency

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class LoopDuration(nanos: Long) extends LoopFrequency

Frequency defined by duration.

Frequency defined by duration.

Value parameters

nanos

duration in nanoseconds

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Never extends LoopFrequency

Run a single iteration

Run a single iteration

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Never.type
case object Uncapped extends LoopFrequency

Uncapped loop frequency.

Uncapped loop frequency.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Uncapped.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Builds a LoopFrequency from a Scala duration.

Builds a LoopFrequency from a Scala duration.

Value parameters

duration

minimum loop iteration duration

Attributes

Builds a LoopFrequency in Hz.

Builds a LoopFrequency in Hz.

Attributes

Concrete fields

15 Hz.

15 Hz.

Attributes

24 Hz.

24 Hz.

Attributes

30 Hz.

30 Hz.

Attributes

50 Hz.

50 Hz.

Attributes

60 Hz.

60 Hz.

Attributes