Timer

dfhdl.compiler.ir.Timer
See theTimer companion trait
object Timer

Attributes

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

Members list

Type members

Classlikes

final case class Func(sourceRef: Ref, op: Op, arg: Time | Ratio, ownerRef: Ref, meta: Meta, tags: DFTags) extends Timer

Attributes

Companion
object
Supertypes
trait Timer
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Func

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Func.type
final case class IsActive(timerRef: Ref, ownerRef: Ref, meta: Meta, tags: DFTags) extends CanBeExpr

Attributes

Supertypes
trait CanBeExpr
trait DFVal
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Periodic(triggerRef: TriggerRef, rateOpt: Option[Rate], ownerRef: Ref, meta: Meta, tags: DFTags) extends Timer

Attributes

Supertypes
trait Timer
trait Named
trait DFMember
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror