Class MetroIISystemCDirector

    • Field Detail

      • metroII

        public Parameter metroII
        The environmental variable METROII.
      • modelFileName

        public FileParameter modelFileName
        The executable file name of the MetroII SystemC model.
      • configFileName

        public FileParameter configFileName
        The configuration file name of the MetroII SystemC model.
      • printDebug

        public Parameter printDebug
        Option parameter whether debug info is printed out.
    • Constructor Detail

      • MetroIISystemCDirector

        public MetroIISystemCDirector​(CompositeEntity container,
                                      java.lang.String name)
                               throws IllegalActionException,
                                      NameDuplicationException
        Constructs a MetroIISystemCDirector with a name and a container. The container argument must not be null, or a NullPointerException will be thrown.
        Parameters:
        container - The container.
        name - The name of this actor.
        Throws:
        IllegalActionException - If the container is incompatible with this actor.
        NameDuplicationException - If the name coincides with an actor already in the container.