Class SerialSensor

    • Constructor Detail

      • SerialSensor

        public SerialSensor​(java.lang.String systemName,
                            GrapevineSystemConnectionMemo _memo)
        Create a Sensor object, with both system and user names.
        Parameters:
        systemName - system name including prefix, previously validated in SerialSensorManager
        _memo - the associated SystemConnectionMemo
      • SerialSensor

        public SerialSensor​(java.lang.String systemName,
                            java.lang.String userName,
                            GrapevineSystemConnectionMemo _memo)
        Create a Sensor object, with both system and user names.
        Parameters:
        systemName - system name including prefix, previously validated in SerialSensorManager
        userName - free form name
        _memo - the associated SystemConnectionMemo
    • Method Detail

      • requestUpdateFromLayout

        public void requestUpdateFromLayout()
        Request an update on status.

        Since status is continually being updated, this isn't active now. Eventually, we may want to have this move the related AIU to the top of the polling queue.