Class BootstrapSampleDelay

    • Constructor Detail

      • BootstrapSampleDelay

        public BootstrapSampleDelay​(BootstrapSampleDelay actor)
        Construct a BootstrapSampleDelay adapter.
        Parameters:
        actor - The given ptolemy.domains.sdf.lib.BootstrapSampleDelay actor.
    • Method Detail

      • generateInitializeCode

        public java.lang.String generateInitializeCode()
                                                throws IllegalActionException
        Generate the initialize code for the BootstrapSampleDelay actor by declaring the initial values of the sink channels of the output port of the BootstrapSampleDelay actor.
        Overrides:
        generateInitializeCode in class NamedProgramCodeGeneratorAdapter
        Returns:
        The generated initialize code for the BootstrapSampleDelay actor.
        Throws:
        IllegalActionException - If the base class throws it, or if the initial outputs of the BootstrapSampleDelay actor is not defined.