Class LuminarySensorHandler

    • Field Detail

      • numberOfSupportedInputDeviceConfigurations

        public static int numberOfSupportedInputDeviceConfigurations
        The total number of supported configurations for all Luminary sensor input devices. A sensor device could have multiple access pin and pads (configurations), this number keeps track of the total number of configurations available.
    • Method Detail

      • configuration

        public abstract java.lang.String configuration()
                                                throws IllegalActionException
        A sensor device could have multiple access pin and pads (configurations), This method returns the current configuration.
        Returns:
        The current configuration captured in a string.
        Throws:
        IllegalActionException
      • supportedConfigurations

        public abstract java.util.List<java.lang.String> supportedConfigurations()
        The set of supported configurations.
        Returns:
        The set of supported configurations.
      • startingConfiguration

        public abstract java.lang.String startingConfiguration()
        There is a default configuration, which is returned.
        Returns:
        The default configuration.