Packages

object Data

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Data
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def doPull[T <: Data](srcData: T, finalComponent: Component, useCache: Boolean = false, propagateName: Boolean = false): T

    Creates a signal path through the component hierarchy to finalComponent to read the srcData signal

    Creates a signal path through the component hierarchy to finalComponent to read the srcData signal

    T

    Type of the srcData

    srcData

    Data that you want to read

    finalComponent

    Location where you want to read the srcData signal

    useCache

    If multiple doPull are done on the same signal, allow to reuse the previously created paths

    propagateName

    The signals created through the hierarchy will get the same name as srcData

    returns

    Readable signal in the finalComponent which is driven by srcData