Uses of Class
tuwien.auto.calimero.dptxlator.DPT

Packages that use DPT
tuwien.auto.calimero.dptxlator Contains translators for translating between KNX datapoint types (DPT), java types and values carrying more specific type semantics (e.g. engineering unit). 
 

Uses of DPT in tuwien.auto.calimero.dptxlator
 

Subclasses of DPT in tuwien.auto.calimero.dptxlator
static class DPTXlator3BitControlled.DPT3BitControlled
          A DPT for the 3 Bit controlled, with additional access to the control information DPT.
 

Fields in tuwien.auto.calimero.dptxlator declared as DPT
protected  DPT DPTXlator.dpt
          The datapoint type set for the translator.
static DPT DPTXlatorBoolean.DPT_ACK
          DPT ID 1.016, Acknowledge; values no action (dummy), acknowledge (trigger).
static DPT DPTXlator2ByteFloat.DPT_AIR_PRESSURE
          DPT ID 9.006, Air pressure; values from 0 to +670760 Pa.
static DPT DPTXlator2ByteFloat.DPT_AIRQUALITY
          DPT ID 9.008, Air quality; values from 0 to +670760 ppm.
static DPT DPTXlatorBoolean.DPT_ALARM
          DPT ID 1.005, Alarm; values no alarm, alarm.
static DPT DPTXlator8BitUnsigned.DPT_ANGLE
          DPT ID 5.003, Angle; values from 0 to 360 ° (degree).
static DPT DPTXlatorBoolean.DPT_BINARYVALUE
          DPT ID 1.006, Binary value; values low, high.
static DPT DPTXlatorBoolean.DPT_BOOL
          DPT ID 1.002, Boolean; values false, true.
static DPT DPTXlator2ByteUnsigned.DPT_BRIGHTNESS
          DPT ID 7.013, Brightness (Lux); values from 0 to 65535 lx.
static DPT DPTXlator3BitControlled.DPT_CONTROL_BLINDS
          DPT ID 3.008, Blinds control; values are DPTXlatorBoolean.DPT_UPDOWN for control and 3 Bit stepcode.
static DPT DPTXlator3BitControlled.DPT_CONTROL_DIMMING
          DPT ID 3.007, Dimming control; values are DPTXlatorBoolean.DPT_STEP for control and 3 Bit stepcode.
static DPT DPTXlatorDate.DPT_DATE
          DPT ID 11.001, Date; values from 1990-01-01 to 2089-12-31.
static DPT DPTXlatorDateTime.DPT_DATE_TIME
          DPT ID 19.001, Date with time; values from 1900, 01/01 00:00:00 to 2155, 12/31 24:00:00.
static DPT DPTXlator8BitUnsigned.DPT_DECIMALFACTOR
          DPT ID 5.005, Decimal factor; values from 0 to 255 ratio.
static DPT DPTXlatorBoolean.DPT_DIMSENDSTYLE
          DPT ID 1.013, DimSendStyle; values start/stop, cyclic.
static DPT DPTXlator2ByteUnsigned.DPT_ELECTRICAL_CURRENT
          DPT ID 7.012, Electrical current; values from 0 to 65535 mA.
static DPT DPTXlator2ByteFloat.DPT_ELECTRICAL_CURRENT
          DPT ID 9.021, Electrical current; value range +/-670760 mA.
static DPT DPTXlatorBoolean.DPT_ENABLE
          DPT ID 1.003, Enable; values enable, disable.
static DPT DPTXlator2ByteFloat.DPT_HUMIDITY
          DPT ID 9.007, Humidity; values from 0 to +670760 %.
static DPT DPTXlatorBoolean.DPT_INPUTSOURCE
          DPT ID 1.014, Input source; values fixed, calculated.
static DPT DPTXlator2ByteFloat.DPT_INTENSITY_OF_LIGHT
          DPT ID 9.004, Intensity of light (Lux); values from 0 to +670760 lx.
static DPT DPTXlatorBoolean.DPT_INVERT
          DPT ID 1.012, Invert; values not inverted, inverted.
static DPT DPTXlator2ByteFloat.DPT_KELVIN_PER_PERCENT
          DPT ID 9.023, Kelvin/percent; value range +/-670760 K/%.
static DPT DPTXlatorBoolean.DPT_LOGICAL_FUNCTION
          DPT ID 1.021, Logical function; values OR, AND.
static DPT DPTXlatorBoolean.DPT_OCCUPANCY
          DPT ID 1.018, Occupancy; values not occupied, occupied.
static DPT DPTXlatorBoolean.DPT_OPENCLOSE
          DPT ID 1.009, Open/Close; values open, close.
static DPT DPTXlator8BitUnsigned.DPT_PERCENT_U8
          DPT ID 5.004, Percent 8 Bit; values from 0 to 255 %.
static DPT DPTXlator2ByteFloat.DPT_POWER
          DPT ID 9.024, Power; value range +/-670760 kW.
static DPT DPTXlator2ByteFloat.DPT_POWERDENSITY
          DPT ID 9.022, Power density; value range +/-670760 W/m2.
static DPT DPTXlator2ByteUnsigned.DPT_PROP_DATATYPE
          DPT ID 7.010, Interface object property ID; values from 0 to 65535.
static DPT DPTXlatorBoolean.DPT_RAMP
          DPT ID 1.004, Ramp; values no ramp, ramp.
static DPT DPTXlatorBoolean.DPT_RESET
          DPT ID 1.015, Reset; values no action (dummy), reset (trigger).
static DPT DPTXlator8BitUnsigned.DPT_SCALING
          DPT ID 5.001, Scaling; values from 0 to 100 %.
static DPT DPTXlatorBoolean.DPT_SCENE_AB
          DPT ID 1.022, Scene A/B; values scene A, scene B.
static DPT DPTXlatorBoolean.DPT_SHUTTER_BLINDS_MODE
          DPT ID 1.023, Shutter/Blinds mode; values only move up/down mode (shutter), move up/down + step-stop mode (blind).
static DPT DPTXlatorBoolean.DPT_START
          DPT ID 1.010, Start; values stop, start.
static DPT DPTXlatorBoolean.DPT_STATE
          DPT ID 1.011, State; values inactive, active.
static DPT DPTXlatorBoolean.DPT_STEP
          DPT ID 1.007, Step; values decrease, increase.
static DPT DPTXlatorString.DPT_STRING_8859_1
          DPT ID 16.001, ISO-8859-1 string (Latin 1); 8 Bit character set encoding.
static DPT DPTXlatorString.DPT_STRING_ASCII
          DPT ID 16.000, ASCII string; 7 Bit character set encoding.
static DPT DPTXlatorBoolean.DPT_SWITCH
          DPT ID 1.001, Switch; values off, on.
static DPT DPTXlator2ByteFloat.DPT_TEMPERATURE
          DPT ID 9.001, Temperature; values from -273 to +670760 °C.
static DPT DPTXlator2ByteFloat.DPT_TEMPERATURE_DIFFERENCE
          DPT ID 9.002, Temperature difference; value range +/-670760 K.
static DPT DPTXlator2ByteFloat.DPT_TEMPERATURE_GRADIENT
          DPT ID 9.003, Temperature gradient; value range +/-670760 K/h.
static DPT DPTXlator2ByteFloat.DPT_TIME_DIFFERENCE1
          DPT ID 9.010, Time difference in seconds; value range +/-670760 s.
static DPT DPTXlator2ByteFloat.DPT_TIME_DIFFERENCE2
          DPT ID 9.011, Time difference in milliseconds; value range +/-670760 ms.
static DPT DPTXlatorTime.DPT_TIMEOFDAY
          DPT ID 10.001, Time of day; values from no-day, 00:00:00 to Sun, 23:59:59.
static DPT DPTXlator2ByteUnsigned.DPT_TIMEPERIOD
          DPT ID 7.002, Time period in ms; values from 0 to 65535 ms.
static DPT DPTXlator2ByteUnsigned.DPT_TIMEPERIOD_10
          DPT ID 7.003, Time period (resolution 10 ms); values from 0 to 655350 ms.
static DPT DPTXlator2ByteUnsigned.DPT_TIMEPERIOD_100
          DPT ID 7.004, Time period (resolution 100 ms); values from 0 to 6553500 ms.
static DPT DPTXlator2ByteUnsigned.DPT_TIMEPERIOD_HOURS
          DPT ID 7.007, Time period in hours; values from 0 to 65535 h (~7,4 years).
static DPT DPTXlator2ByteUnsigned.DPT_TIMEPERIOD_MIN
          DPT ID 7.006, Time period in minutes; values from 0 to 65535 min (~45,5 days).
static DPT DPTXlator2ByteUnsigned.DPT_TIMEPERIOD_SEC
          DPT ID 7.005, Time period in seconds; values from 0 to 65535 s (~18,2 hours).
static DPT DPTXlatorBoolean.DPT_TRIGGER
          DPT ID 1.017, Trigger; values trigger, trigger.
static DPT DPTXlatorBoolean.DPT_UPDOWN
          DPT ID 1.008, Up/Down; values up, down.
static DPT DPTXlator8BitUnsigned.DPT_VALUE_1_UCOUNT
          DPT ID 5.010, Value 1 unsigned count; values from 0 to 255 counter pulses.
static DPT DPTXlator2ByteUnsigned.DPT_VALUE_2_UCOUNT
          DPT ID 7.001, Unsigned count; values from 0 to 65535 pulses.
static DPT DPTXlator4ByteUnsigned.DPT_VALUE_4_UCOUNT
          DPT ID 12.001, Unsigned count; values from 0 to 4294967295 counter pulses.
static DPT DPTXlator2ByteFloat.DPT_VOLTAGE
          DPT ID 9.020, Voltage; value range +/-670760 mV.
static DPT DPTXlator2ByteFloat.DPT_WIND_SPEED
          DPT ID 9.005, Wind speed; values from 0 to +670760 m/s.
static DPT DPTXlatorBoolean.DPT_WINDOW_DOOR
          DPT ID 1.019, Window/Door; values closed, open.
 

Methods in tuwien.auto.calimero.dptxlator that return DPT
 DPT DPTXlator3BitControlled.DPT3BitControlled.getControlDPT()
          Returns the DPT used to represent the control information of this DPT.
 DPT DPTXlator.getType()
          Returns the datapoint type used by the translator for translation.
 

Methods in tuwien.auto.calimero.dptxlator with parameters of type DPT
static DPTXlator TranslatorTypes.createTranslator(DPT dpt)
          Creates a DPT translator for the given datapoint type.
 DPTXlator TranslatorTypes.MainType.createTranslator(DPT dpt)
          Creates a new translator for the given datapoint type.
 

Constructors in tuwien.auto.calimero.dptxlator with parameters of type DPT
DPTXlator2ByteFloat(DPT dpt)
          Creates a translator for the given datapoint type.
DPTXlator2ByteUnsigned(DPT dpt)
          Creates a translator for the given datapoint type.
DPTXlator3BitControlled.DPT3BitControlled(java.lang.String typeID, java.lang.String description, DPT control)
          Creates a new datapoint type information structure for the 3 Bit controlled DPT.
DPTXlator3BitControlled(DPT dpt)
          Creates a translator for the given datapoint type.
DPTXlator4ByteUnsigned(DPT dpt)
          Creates a translator for the given datapoint type.
DPTXlator8BitUnsigned(DPT dpt)
          Creates a translator for the given datapoint type.
DPTXlatorBoolean(DPT dpt)
          Creates a translator for the given datapoint type.
DPTXlatorDate(DPT dpt)
          Creates a translator for the given datapoint type.
DPTXlatorDateTime(DPT dpt)
          Creates a translator for the given datapoint type.
DPTXlatorString(DPT dpt)
          Creates a translator for the given datapoint type.
DPTXlatorTime(DPT dpt)
          Creates a translator for the given datapoint type.