Class ByteMux

java.lang.Object
eu.bandm.sig.adlib2.lib.ByteMux
All Implemented Interfaces:
AbstractSignalSource, ByteSignalSource, CompilableDataFlow, ByteSupplier

public class ByteMux extends Object implements ByteSignalSource
  • Field Details

  • Constructor Details

  • Method Details

    • getAsByte

      public byte getAsByte()
      Description copied from interface: ByteSignalSource
      Returns the current value of this signal source.

      The value may be either computed on demand, or retrieved from storage.

      Implementations of this method should have no side effect.

      Specified by:
      getAsByte in interface ByteSignalSource
      Specified by:
      getAsByte in interface ByteSupplier
      Returns:
      the current value of this signal source