|
knx
ETS configurable knx-stack
|
Go to the source code of this file.
Functions | |
| bool | KNX_Decode_Value (uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| Converts the KNX Payload given by the specific DPT and puts the value in the KNXValue struc. More... | |
| bool | KNX_Encode_Value (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| Converts the KNXValue struct to the KNX Payload as the specific DPT. More... | |
| bool | busValueToBinary (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToBinaryControl (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToStepControl (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToCharacter (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToUnsigned8 (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToSigned8 (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToStatusAndMode (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToUnsigned16 (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToTimePeriod (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToSigned16 (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToTimeDelta (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToFloat16 (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToTime (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToDate (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToUnsigned32 (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToSigned32 (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToLongTimePeriod (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToFloat32 (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToAccess (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToString (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToScene (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToSceneControl (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToSceneInfo (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToSceneConfig (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToDateTime (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToUnicode (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToSigned64 (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToAlarmInfo (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToSerialNumber (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToVersion (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToScaling (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToTariff (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToLocale (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToRGB (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToRGBW (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToFlaggedScaling (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | busValueToActiveEnergy (const uint8_t *payload, size_t payload_length, const Dpt &datatype, KNXValue &value) |
| bool | valueToBusValueBinary (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueBinaryControl (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueStepControl (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueCharacter (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueUnsigned8 (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueSigned8 (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueStatusAndMode (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueUnsigned16 (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueTimePeriod (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueSigned16 (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueTimeDelta (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueFloat16 (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueTime (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueDate (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueUnsigned32 (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueSigned32 (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueLongTimePeriod (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueFloat32 (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueAccess (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueString (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueScene (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueSceneControl (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueSceneInfo (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueSceneConfig (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueDateTime (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueUnicode (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueSigned64 (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueAlarmInfo (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueSerialNumber (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueVersion (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueScaling (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueTariff (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueLocale (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueRGB (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueRGBW (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueFlaggedScaling (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | valueToBusValueActiveEnergy (const KNXValue &value, uint8_t *payload, size_t payload_length, const Dpt &datatype) |
| bool | bitFromPayload (const uint8_t *payload, int index) |
| uint8_t | unsigned8FromPayload (const uint8_t *payload, int index) |
| int8_t | signed8FromPayload (const uint8_t *payload, int index) |
| uint16_t | unsigned16FromPayload (const uint8_t *payload, int index) |
| int16_t | signed16FromPayload (const uint8_t *payload, int index) |
| uint32_t | unsigned32FromPayload (const uint8_t *payload, int index) |
| int32_t | signed32FromPayload (const uint8_t *payload, int index) |
| uint64_t | unsigned64FromPayload (const uint8_t *payload, int index) |
| double | float16FromPayload (const uint8_t *payload, int index) |
| float | float32FromPayload (const uint8_t *payload, int index) |
| double | float64FromPayload (const uint8_t *payload, int index) |
| int64_t | signed64FromPayload (const uint8_t *payload, int index) |
| uint8_t | bcdFromPayload (const uint8_t *payload, int index) |
| void | bitToPayload (uint8_t *payload, size_t payload_length, int index, bool value) |
| void | unsigned8ToPayload (uint8_t *payload, size_t payload_length, int index, uint8_t value, uint8_t mask) |
| void | signed8ToPayload (uint8_t *payload, size_t payload_length, int index, int8_t value, uint8_t mask) |
| void | unsigned16ToPayload (uint8_t *payload, size_t payload_length, int index, uint16_t value, uint16_t mask) |
| void | signed16ToPayload (uint8_t *payload, size_t payload_length, int index, int16_t value, uint16_t mask) |
| void | unsigned32ToPayload (uint8_t *payload, size_t payload_length, int index, uint32_t value, uint32_t mask) |
| void | signed32ToPayload (uint8_t *payload, size_t payload_length, int index, int32_t value, uint32_t mask) |
| void | float16ToPayload (uint8_t *payload, size_t payload_length, int index, double value, uint16_t mask) |
| void | float32ToPayload (uint8_t *payload, size_t payload_length, int index, double value, uint32_t mask) |
| void | signed64ToPayload (uint8_t *payload, size_t payload_length, int index, int64_t value, uint64_t mask) |
| void | bcdToPayload (uint8_t *payload, size_t payload_length, int index, uint8_t value) |
| uint8_t bcdFromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
| void bcdToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| uint8_t | value | ||
| ) |
| bool bitFromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
| void bitToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| bool | value | ||
| ) |
| bool busValueToAccess | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 570 of file dptconvert.cpp.
| bool busValueToActiveEnergy | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 978 of file dptconvert.cpp.
| bool busValueToAlarmInfo | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 791 of file dptconvert.cpp.
| bool busValueToBinary | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 345 of file dptconvert.cpp.
| bool busValueToBinaryControl | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 352 of file dptconvert.cpp.
| bool busValueToCharacter | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 365 of file dptconvert.cpp.
| bool busValueToDate | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 522 of file dptconvert.cpp.
| bool busValueToDateTime | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 699 of file dptconvert.cpp.
| bool busValueToFlaggedScaling | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 960 of file dptconvert.cpp.
| bool busValueToFloat16 | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 477 of file dptconvert.cpp.
| bool busValueToFloat32 | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 563 of file dptconvert.cpp.
| bool busValueToLocale | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 914 of file dptconvert.cpp.
| bool busValueToLongTimePeriod | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 556 of file dptconvert.cpp.
| bool busValueToRGB | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 930 of file dptconvert.cpp.
| bool busValueToRGBW | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 938 of file dptconvert.cpp.
| bool busValueToScaling | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 871 of file dptconvert.cpp.
| bool busValueToScene | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 625 of file dptconvert.cpp.
| bool busValueToSceneConfig | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 676 of file dptconvert.cpp.
| bool busValueToSceneControl | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 632 of file dptconvert.cpp.
| bool busValueToSceneInfo | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 654 of file dptconvert.cpp.
| bool busValueToSerialNumber | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 831 of file dptconvert.cpp.
| bool busValueToSigned16 | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 454 of file dptconvert.cpp.
| bool busValueToSigned32 | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 549 of file dptconvert.cpp.
| bool busValueToSigned64 | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 784 of file dptconvert.cpp.
| bool busValueToSigned8 | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 413 of file dptconvert.cpp.
| bool busValueToStatusAndMode | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 420 of file dptconvert.cpp.
| bool busValueToStepControl | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 359 of file dptconvert.cpp.
| bool busValueToString | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 609 of file dptconvert.cpp.
| bool busValueToTariff | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 889 of file dptconvert.cpp.
| bool busValueToTime | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 488 of file dptconvert.cpp.
| bool busValueToTimeDelta | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 468 of file dptconvert.cpp.
| bool busValueToTimePeriod | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 445 of file dptconvert.cpp.
| bool busValueToUnsigned16 | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 438 of file dptconvert.cpp.
| bool busValueToUnsigned32 | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 542 of file dptconvert.cpp.
| bool busValueToUnsigned8 | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 383 of file dptconvert.cpp.
| bool busValueToVersion | ( | const uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Definition at line 849 of file dptconvert.cpp.
| double float16FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
Definition at line 1853 of file dptconvert.cpp.
| void float16ToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| double | value, | ||
| uint16_t | mask | ||
| ) |
Definition at line 1945 of file dptconvert.cpp.
| float float32FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
Definition at line 1862 of file dptconvert.cpp.
| void float32ToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| double | value, | ||
| uint32_t | mask | ||
| ) |
Definition at line 1978 of file dptconvert.cpp.
| double float64FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
Definition at line 1872 of file dptconvert.cpp.
| bool KNX_Decode_Value | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| const Dpt & | datatype, | ||
| KNXValue & | value | ||
| ) |
Converts the KNX Payload given by the specific DPT and puts the value in the KNXValue struc.
Definition at line 13 of file dptconvert.cpp.
| bool KNX_Encode_Value | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Converts the KNXValue struct to the KNX Payload as the specific DPT.
Definition at line 181 of file dptconvert.cpp.
| int16_t signed16FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
| void signed16ToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| int16_t | value, | ||
| uint16_t | mask | ||
| ) |
| int32_t signed32FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
Definition at line 1838 of file dptconvert.cpp.
| void signed32ToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| int32_t | value, | ||
| uint32_t | mask | ||
| ) |
| int64_t signed64FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
| void signed64ToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| int64_t | value, | ||
| uint64_t | mask | ||
| ) |
| int8_t signed8FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
| void signed8ToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| int8_t | value, | ||
| uint8_t | mask | ||
| ) |
| uint16_t unsigned16FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
| void unsigned16ToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| uint16_t | value, | ||
| uint16_t | mask | ||
| ) |
| uint32_t unsigned32FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
| void unsigned32ToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| uint32_t | value, | ||
| uint32_t | mask | ||
| ) |
| uint64_t unsigned64FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
| uint8_t unsigned8FromPayload | ( | const uint8_t * | payload, |
| int | index | ||
| ) |
| void unsigned8ToPayload | ( | uint8_t * | payload, |
| size_t | payload_length, | ||
| int | index, | ||
| uint8_t | value, | ||
| uint8_t | mask | ||
| ) |
| bool valueToBusValueAccess | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1291 of file dptconvert.cpp.
| bool valueToBusValueActiveEnergy | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1773 of file dptconvert.cpp.
| bool valueToBusValueAlarmInfo | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1518 of file dptconvert.cpp.
| bool valueToBusValueBinary | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1003 of file dptconvert.cpp.
| bool valueToBusValueBinaryControl | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1009 of file dptconvert.cpp.
| bool valueToBusValueCharacter | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1021 of file dptconvert.cpp.
| bool valueToBusValueDate | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1240 of file dptconvert.cpp.
| bool valueToBusValueDateTime | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1429 of file dptconvert.cpp.
| bool valueToBusValueFlaggedScaling | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1748 of file dptconvert.cpp.
| bool valueToBusValueFloat16 | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1153 of file dptconvert.cpp.
| bool valueToBusValueFloat32 | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1280 of file dptconvert.cpp.
| bool valueToBusValueLocale | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1698 of file dptconvert.cpp.
| bool valueToBusValueLongTimePeriod | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1271 of file dptconvert.cpp.
| bool valueToBusValueRGB | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1716 of file dptconvert.cpp.
| bool valueToBusValueRGBW | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1728 of file dptconvert.cpp.
| bool valueToBusValueScaling | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1640 of file dptconvert.cpp.
| bool valueToBusValueScene | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1347 of file dptconvert.cpp.
| bool valueToBusValueSceneConfig | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1404 of file dptconvert.cpp.
| bool valueToBusValueSceneControl | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1356 of file dptconvert.cpp.
| bool valueToBusValueSceneInfo | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1380 of file dptconvert.cpp.
| bool valueToBusValueSerialNumber | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1570 of file dptconvert.cpp.
| bool valueToBusValueSigned16 | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1123 of file dptconvert.cpp.
| bool valueToBusValueSigned32 | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1262 of file dptconvert.cpp.
| bool valueToBusValueSigned64 | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1512 of file dptconvert.cpp.
| bool valueToBusValueSigned8 | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1076 of file dptconvert.cpp.
| bool valueToBusValueStatusAndMode | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1085 of file dptconvert.cpp.
| bool valueToBusValueStepControl | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1015 of file dptconvert.cpp.
| bool valueToBusValueString | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1331 of file dptconvert.cpp.
| bool valueToBusValueTariff | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1669 of file dptconvert.cpp.
| bool valueToBusValueTime | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1210 of file dptconvert.cpp.
| bool valueToBusValueTimeDelta | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1141 of file dptconvert.cpp.
| bool valueToBusValueTimePeriod | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1111 of file dptconvert.cpp.
| bool valueToBusValueUnsigned16 | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1102 of file dptconvert.cpp.
| bool valueToBusValueUnsigned32 | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1253 of file dptconvert.cpp.
| bool valueToBusValueUnsigned8 | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1030 of file dptconvert.cpp.
| bool valueToBusValueVersion | ( | const KNXValue & | value, |
| uint8_t * | payload, | ||
| size_t | payload_length, | ||
| const Dpt & | datatype | ||
| ) |
Definition at line 1601 of file dptconvert.cpp.