Class TimeTriggeredEncoderHandler

    • Field Detail

      • trigger

        public TypedIOPort trigger
        The input port. This base class imposes no type constraints except that the type of the input cannot be greater than the type of the output.
    • Constructor Detail

      • TimeTriggeredEncoderHandler

        public TimeTriggeredEncoderHandler​(CompositeEntity container,
                                           java.lang.String name)
                                    throws IllegalActionException,
                                           NameDuplicationException
        Construct a TimeTriggeredEncoderInputDevice object, with an additional input port called trigger. This trigger port is also a multi port.
        Parameters:
        container - The container.
        name - The name of this actor within the container.
        Throws:
        IllegalActionException - if the super constructor throws it or if setting the pin and pad expressions fails.
        NameDuplicationException - if the super constructor throws it.