Class CanandcolorDetails

java.lang.Object
com.reduxrobotics.sensors.canandcolor.CanandcolorDetails

public class CanandcolorDetails extends Object
Contains all the constants used by the Canandcolor and related classes (as to not pollute their public namespaces)
  • Field Details

    • kMsg_ProximityOutput

      public static final int kMsg_ProximityOutput
      Message index for Proximity frame
      See Also:
    • kMsg_ColorOutput

      public static final int kMsg_ColorOutput
      Message index for Color frame
      See Also:
    • kMsg_DigitalOutput

      public static final int kMsg_DigitalOutput
      Message index for Digital output frame
      See Also:
    • kMsg_Status

      public static final int kMsg_Status
      Message index for Status frame
      See Also:
    • kMsg_PartyMode

      public static final int kMsg_PartyMode
      Message index for Party mode
      See Also:
    • kMsg_ClearStickyFaults

      public static final int kMsg_ClearStickyFaults
      Message index for Clear device sticky faults
      See Also:
    • kMsg_ReportSetting

      public static final int kMsg_ReportSetting
      Message index for setting value report from device
      See Also:
    • kMsg_SetSetting

      public static final int kMsg_SetSetting
      Message index for update setting on device
      See Also:
    • kMsg_SettingCommand

      public static final int kMsg_SettingCommand
      Message index for setting control command
      See Also:
    • kStg_ProximityFramePeriod

      public static final byte kStg_ProximityFramePeriod
      Setting index for Proximity frame period (ms)
      See Also:
    • kStg_ColorFramePeriod

      public static final byte kStg_ColorFramePeriod
      Setting index for Color frame period (ms)
      See Also:
    • kStg_DigoutFramePeriod

      public static final byte kStg_DigoutFramePeriod
      Setting index for Digout frame period (ms)
      See Also:
    • kStg_FramePeriodLatencyAdjust

      public static final byte kStg_FramePeriodLatencyAdjust
      Setting index for Enable frame period latency adjustment
      See Also:
    • kStg_LampEnable

      public static final byte kStg_LampEnable
      Setting index for Lamp LED enable
      See Also:
    • kStg_ColorIntegrationPeriod

      public static final byte kStg_ColorIntegrationPeriod
      Setting index for Color integration period
      See Also:
    • kStg_ProximitySensorConfig

      public static final byte kStg_ProximitySensorConfig
      Setting index for Proximity sensor IC configuration
      See Also:
    • kStg_Digout1ControlConfig

      public static final byte kStg_Digout1ControlConfig
      Setting index for Digital output 1 control config
      See Also:
    • kStg_Digout2ControlConfig

      public static final byte kStg_Digout2ControlConfig
      Setting index for Digital output 2 control config
      See Also:
    • kStg_LampBrightness

      public static final byte kStg_LampBrightness
      Setting index for Lamp LED brightness
      See Also:
    • kStg_Digout1Config

      public static final byte kStg_Digout1Config
      Setting index for Digout1 config slot base address
      See Also:
    • kStg_Digout2Config

      public static final byte kStg_Digout2Config
      Setting index for Digout2 config slot base address
      See Also:
    • kStg_FirmwareVersion

      public static final byte kStg_FirmwareVersion
      Setting index for Firmware version
      See Also:
    • kStg_SerialNumber

      public static final byte kStg_SerialNumber
      Setting index for Serial number
      See Also:
    • kStg_StatusFramePeriod

      public static final byte kStg_StatusFramePeriod
      Setting index for Status frame period (ms)
      See Also:
    • kStgCmd_ClearDigout1

      public static final byte kStgCmd_ClearDigout1
      Setting command index for Clear all digout1 slots
      See Also:
    • kStgCmd_ClearDigout2

      public static final byte kStgCmd_ClearDigout2
      Setting command index for Clear all digout2 slots
      See Also:
    • kStgCmd_FetchSettingValue

      public static final byte kStgCmd_FetchSettingValue
      Setting command index for Fetches a single setting from device
      See Also:
    • kStgCmd_ResetFactoryDefault

      public static final byte kStgCmd_ResetFactoryDefault
      Setting command index for Reset settings to factory default
      See Also:
    • kStgCmd_FetchSettings

      public static final byte kStgCmd_FetchSettings
      Setting command index for Fetch all settings from device
      See Also: