Class WsRemoteAnalogOutput


  • public class WsRemoteAnalogOutput
    extends AnalogOutput
    Controls a remote analog output.
    • Constructor Detail

      • WsRemoteAnalogOutput

        public WsRemoteAnalogOutput​(java.lang.String name,
                                    java.lang.String p_networkTbl,
                                    double p_default)
        Constructs the remote output from config.
        Parameters:
        name - Descriptive name of the remote output.
        p_networkTbl - Network table name.
        p_default - Default value.
    • Method Detail

      • sendDataToOutput

        protected void sendDataToOutput()
        Sets remote output state to current value.
        Specified by:
        sendDataToOutput in class Output
      • notifyConfigChange

        public void notifyConfigChange()
        Does nothing, config values only affects start state.