tree: fd110bf6833eccc53892851487e4b3179acde94a [path history] [tgz]
  1. clusters/
  2. common/
  3. data-model/
  4. docs/
  5. MessageDef/
  6. reporting/
  7. server/
  8. tests/
  9. util/
  10. zap-templates/
  11. .gitignore
  12. AttributeAccessInterface.cpp
  13. AttributeAccessInterface.h
  14. AttributePathExpandIterator.cpp
  15. AttributePathExpandIterator.h
  16. AttributePathParams.h
  17. BufferedReadCallback.cpp
  18. BufferedReadCallback.h
  19. BUILD.gn
  20. CASEClient.cpp
  21. CASEClient.h
  22. CASEClientPool.h
  23. CASESessionManager.cpp
  24. CASESessionManager.h
  25. chip-zcl-zpro-codec.h
  26. chip_data_model.cmake
  27. chip_data_model.gni
  28. ClusterInfo.h
  29. CommandHandler.cpp
  30. CommandHandler.h
  31. CommandHandlerInterface.h
  32. CommandPathParams.h
  33. CommandSender.cpp
  34. CommandSender.h
  35. common_flags.gni
  36. ConcreteAttributePath.h
  37. ConcreteCommandPath.h
  38. ConcreteEventPath.h
  39. decoder.cpp
  40. DeviceControllerInteractionModelDelegate.h
  41. DeviceProxy.cpp
  42. DeviceProxy.h
  43. encoder-common.cpp
  44. EventHeader.h
  45. EventLogging.h
  46. EventLoggingDelegate.h
  47. EventLoggingTypes.h
  48. EventManagement.cpp
  49. EventManagement.h
  50. EventPathParams.h
  51. InteractionModelDelegate.h
  52. InteractionModelEngine.cpp
  53. InteractionModelEngine.h
  54. message-reader.h
  55. OperationalDeviceProxy.cpp
  56. OperationalDeviceProxy.h
  57. OperationalDeviceProxyPool.h
  58. ReadClient.cpp
  59. ReadClient.h
  60. ReadHandler.cpp
  61. ReadHandler.h
  62. README.md
  63. ReadPrepareParams.h
  64. StatusResponse.cpp
  65. StatusResponse.h
  66. TimedHandler.cpp
  67. TimedHandler.h
  68. TimedRequest.cpp
  69. TimedRequest.h
  70. WriteClient.cpp
  71. WriteClient.h
  72. WriteHandler.cpp
  73. WriteHandler.h
  74. zap_cluster_list.py
src/app/README.md

Application layer for CHIP

What is this?

The purpose of this folder is to contain CHIP clusters and associated utilities. The cluster implementations live under the clusters/ directory. Utility files live in the util/. Server files live in the server/.