knx/src/knx
2024-06-20 02:09:16 +08:00
..
address_table_object.cpp Feature175 binarysearch (#218) 2022-10-21 10:03:11 +02:00
address_table_object.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
aes.c Add support for KNX data secure (#66) 2020-07-06 19:16:54 +02:00
aes.h Add support for KNX data secure (#66) 2020-07-06 19:16:54 +02:00
aes.hpp Add support for KNX data secure (#66) 2020-07-06 19:16:54 +02:00
apdu.cpp
apdu.h
application_layer.cpp fix IndividualAddressSerialNumberReadResponse 2023-12-20 09:35:29 +01:00
application_layer.h fix IndividualAddressSerialNumberReadResponse 2023-12-20 09:35:29 +01:00
application_program_object.cpp fixes to enable partial programming (#132) 2021-04-14 23:44:12 +02:00
application_program_object.h fixes to enable partial programming (#132) 2021-04-14 23:44:12 +02:00
association_table_object.cpp fix: check initalize AssociationTableData 2023-08-06 18:19:17 +02:00
association_table_object.h reimplemented binary search for translateAsap() (#220) 2022-11-12 11:23:04 +01:00
bau07B0.cpp fixing issues from PR review 2023-12-26 13:48:50 +01:00
bau07B0.h redesigned the activitycallback without using the facade and with a more flexible approach. 2023-12-25 16:34:40 +01:00
bau27B0.cpp fix IndividualAddressSerialNumberReadResponse 2023-12-20 09:35:29 +01:00
bau27B0.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
bau57B0.cpp redesigned the activitycallback without using the facade and with a more flexible approach. 2023-12-25 16:34:40 +01:00
bau57B0.h redesigned the activitycallback without using the facade and with a more flexible approach. 2023-12-25 16:34:40 +01:00
bau091A.cpp redesigned the activitycallback without using the facade and with a more flexible approach. 2023-12-25 16:34:40 +01:00
bau091A.h redesigned the activitycallback without using the facade and with a more flexible approach. 2023-12-25 16:34:40 +01:00
bau2920.cpp Add coupler support (#79) 2020-09-06 21:41:34 +02:00
bau2920.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
bau_systemB_coupler.cpp Fix last CodeFactor Style issues (#202) 2022-04-25 20:30:53 +02:00
bau_systemB_coupler.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
bau_systemB_device.cpp Get rid of occsional fails during ETS programming (#200) 2022-04-25 19:27:47 +02:00
bau_systemB_device.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
bau_systemB.cpp fix IndividualAddressSerialNumberReadResponse 2023-12-20 09:35:29 +01:00
bau_systemB.h Added FunctionProperty Callback (#238) 2023-04-06 15:35:37 +02:00
bau.cpp Added FunctionProperty Callback (#238) 2023-04-06 15:35:37 +02:00
bau.h functionproperty respond only if handled 2023-05-06 20:53:06 +02:00
bits.cpp Get rid of occsional fails during ETS programming (#200) 2022-04-25 19:27:47 +02:00
bits.h Add the possibility to have a callback function signaling knx activity (for e.g. flashing LEDs) 2023-12-17 14:53:50 +01:00
callback_property.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
cemi_frame.cpp Nikwest (#100) 2020-11-09 20:20:21 +01:00
cemi_frame.h Add coupler support (#79) 2020-09-06 21:41:34 +02:00
cemi_server_object.cpp Add coupler support (#79) 2020-09-06 21:41:34 +02:00
cemi_server_object.h Add coupler support (#79) 2020-09-06 21:41:34 +02:00
cemi_server.cpp Fix build for cemi_server without RF support 2024-06-20 02:09:16 +08:00
cemi_server.h
config.h Add new KNX_NO_STRTOx_CONVERSION define for footprint reduction (#137) 2021-05-12 13:03:10 +02:00
data_link_layer.cpp Fix build for cemi_server without RF support 2024-06-20 02:09:16 +08:00
data_link_layer.h fixing issues from PR review 2023-12-26 13:48:50 +01:00
data_property.cpp fixed wrong answers to property read: 2023-06-26 10:15:51 +02:00
data_property.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
datapoint_types.cpp
datapoint_types.h
device_object.cpp Fix last CodeFactor Style issues (#202) 2022-04-25 20:30:53 +02:00
device_object.h Openknx version support (#190) 2022-03-02 13:38:30 +01:00
dpt.cpp
dpt.h Add DPT 14.080 (DPT_Value_ApparentPower) 2023-07-02 14:04:32 +02:00
dptconvert.cpp soved merge problem 2023-08-24 10:49:55 +02:00
dptconvert.h Added support for DPT 251.600 RGBW (#167) 2022-01-16 18:26:51 +01:00
function_property.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
group_object_table_object.cpp Feature: additional callbacks for application (#189) 2022-03-01 21:42:03 +01:00
group_object_table_object.h
group_object.cpp Fix Error Detected in Pipeline: Build knx-demo 2024-01-07 20:18:02 +01:00
group_object.h Extend Doc of valueNoSendCompare(..); Add Note for using valueNoSend(..) 2024-01-07 19:55:42 +01:00
interface_object.cpp Add support for KNX data secure (#66) 2020-07-06 19:16:54 +02:00
interface_object.h Fix last CodeFactor Style issues (#202) 2022-04-25 20:30:53 +02:00
ip_data_link_layer.cpp Merge pull request #264 from OpenKNX/feature_activitycallback 2023-12-26 21:24:55 +01:00
ip_data_link_layer.h redesigned the activitycallback without using the facade and with a more flexible approach. 2023-12-25 16:34:40 +01:00
ip_host_protocol_address_information.cpp
ip_host_protocol_address_information.h
ip_parameter_object.cpp this adds IP (WiFi and wired Ethernet) support to the rp2040 platform. 2023-12-24 10:20:23 +01:00
ip_parameter_object.h
knx_ip_device_information_dib.cpp fix some typos (#136) 2021-05-04 16:19:29 +02:00
knx_ip_device_information_dib.h fix some typos (#136) 2021-05-04 16:19:29 +02:00
knx_ip_dib.cpp
knx_ip_dib.h
knx_ip_frame.cpp add platformio file and fix compiling without IP 2020-05-08 01:50:50 +02:00
knx_ip_frame.h this adds IP (WiFi and wired Ethernet) support to the rp2040 platform. 2023-12-24 10:20:23 +01:00
knx_ip_routing_indication.cpp
knx_ip_routing_indication.h
knx_ip_search_request.cpp
knx_ip_search_request.h
knx_ip_search_response.cpp fix some typos (#136) 2021-05-04 16:19:29 +02:00
knx_ip_search_response.h
knx_ip_supported_service_dib.cpp add platformio file and fix compiling without IP 2020-05-08 01:50:50 +02:00
knx_ip_supported_service_dib.h
knx_types.h Added FunctionProperty Callback (#238) 2023-04-06 15:35:37 +02:00
knx_value.cpp fixes the dpt13 converting 2024-01-05 15:36:25 +01:00
knx_value.h Fix last CodeFactor Style issues (#202) 2022-04-25 20:30:53 +02:00
memory.cpp get rid of some warnings during build (#214) 2022-10-15 22:24:58 +02:00
memory.h Openknx version support (#190) 2022-03-02 13:38:30 +01:00
network_layer_coupler.cpp another bugfix try for #83 2020-11-17 17:49:54 +01:00
network_layer_coupler.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
network_layer_device.cpp Nikwest (#100) 2020-11-09 20:20:21 +01:00
network_layer_device.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
network_layer_entity.cpp Add the possibility to have a callback function signaling knx activity (for e.g. flashing LEDs) 2023-12-17 14:53:50 +01:00
network_layer_entity.h Add the possibility to have a callback function signaling knx activity (for e.g. flashing LEDs) 2023-12-17 14:53:50 +01:00
network_layer.cpp Add coupler support (#79) 2020-09-06 21:41:34 +02:00
network_layer.h Add coupler support (#79) 2020-09-06 21:41:34 +02:00
npdu.cpp
npdu.h
platform.cpp add support for external flash system by using callbacks 2023-08-25 22:42:32 +02:00
platform.h add support for external flash system by using callbacks 2023-08-25 22:42:32 +02:00
property.cpp Bugfixes for property startIndex 0 and PID_IO_LIST (#75) 2020-07-05 12:11:44 +02:00
property.h Add coupler support (#79) 2020-09-06 21:41:34 +02:00
rf_data_link_layer.cpp Add support for CC1310 platform based on SimpleLink SDK (#94) 2020-11-10 21:52:38 +01:00
rf_data_link_layer.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
rf_medium_object.cpp fix some typos (#136) 2021-05-04 16:19:29 +02:00
rf_medium_object.h Add coupler support (#79) 2020-09-06 21:41:34 +02:00
rf_physical_layer_cc1101.cpp Fix last CodeFactor Style issues (#202) 2022-04-25 20:30:53 +02:00
rf_physical_layer_cc1101.h fix some typos (#136) 2021-05-04 16:19:29 +02:00
rf_physical_layer_cc1310.cpp fix some typos (#136) 2021-05-04 16:19:29 +02:00
rf_physical_layer_cc1310.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
rf_physical_layer.h Add support for CC1310 platform based on SimpleLink SDK (#94) 2020-11-10 21:52:38 +01:00
router_object.cpp fixes to enable partial programming (#132) 2021-04-14 23:44:12 +02:00
router_object.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
save_restore.h
secure_application_layer.cpp Rename DataSecurity enums; conflict with Wifimanager 2020-11-18 17:46:47 +01:00
secure_application_layer.h Fix last CodeFactor Style issues (#202) 2022-04-25 20:30:53 +02:00
security_interface_object.cpp Fix last CodeFactor Style issues (#202) 2022-04-25 20:30:53 +02:00
security_interface_object.h Removed redundant declaration (#199) 2022-04-25 11:27:40 +02:00
simple_map.h Add support for KNX data secure (#66) 2020-07-06 19:16:54 +02:00
table_object.cpp get rid of some warnings during build (#214) 2022-10-15 22:24:58 +02:00
table_object.h Feature: additional callbacks for application (#189) 2022-03-01 21:42:03 +01:00
tpdu.cpp
tpdu.h
tpuart_data_link_layer.cpp fixing issues from PR review 2023-12-26 13:48:50 +01:00
tpuart_data_link_layer.h fixing issues from PR review 2023-12-26 13:48:50 +01:00
transport_layer.cpp Fix last CodeFactor Style issues (#202) 2022-04-25 20:30:53 +02:00
transport_layer.h Add coupler support (#79) 2020-09-06 21:41:34 +02:00
usb_tunnel_interface.cpp Fix last CodeFactor Style issues (#202) 2022-04-25 20:30:53 +02:00
usb_tunnel_interface.h