Class OutputDevice

    • Constructor Detail

      • OutputDevice

        public OutputDevice​(OutputDevice actor)
        Construct an OutputDevice adapter.
        Parameters:
        actor - The associated actor.
    • Method Detail

      • generateActuatorActuationFuncCode

        public java.lang.String generateActuatorActuationFuncCode()
                                                           throws IllegalActionException
        Return the code for the actuator actuation function.
        Returns:
        the code for the sensing function, which in this case is the empty string.
        Throws:
        IllegalActionException - Not thrown in this base class.
      • generateHardwareInitializationCode

        public java.lang.String generateHardwareInitializationCode()
                                                            throws IllegalActionException
        Return the hardware initialization code.
        Returns:
        the hardware initialization code, which in this case is the empty string.
        Throws:
        IllegalActionException - Not thrown in this base class.