implicit final class ControlBusOps extends AnyVal
- Alphabetic
- By Inheritance
- ControlBusOps
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ControlBusOps(b: ControlBus)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def fill(data: FillRange*): Unit
- def fill(value: Float): Unit
- def get(indices: Int*): Future[IndexedSeq[Float]]
Gets multiple bus values specified as relative channel offsets.
- def get(): Future[Float]
Convenience method that gets a single bus value.
Convenience method that gets a single bus value. The bus must have exactly one channel, otherwise an exception is thrown.
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getData(): Future[IndexedSeq[Float]]
- def getn(pairs: Range*): Future[IndexedSeq[Float]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def set(pairs: FillValue*): Unit
- def set(value: Double): Unit
Convenience method that sets a single bus value.
Convenience method that sets a single bus value. The bus must have exactly one channel, otherwise an exception is thrown.
- def setData(values: IndexedSeq[Float]): Unit
- def setn(pairs: (Int, IndexedSeq[Float])*): Unit
- def toString(): String
- Definition Classes
- Any