tree: 82699510b469b78dc1524e0c91f8cea51048889a [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. CASESessionManager.cpp
  21. CASESessionManager.h
  22. chip-zcl-zpro-codec.h
  23. chip_data_model.cmake
  24. chip_data_model.gni
  25. ClusterInfo.h
  26. Command.cpp
  27. Command.h
  28. CommandHandler.cpp
  29. CommandHandler.h
  30. CommandHandlerInterface.h
  31. CommandPathParams.h
  32. CommandSender.cpp
  33. CommandSender.h
  34. common_flags.gni
  35. ConcreteAttributePath.h
  36. ConcreteCommandPath.h
  37. ConcreteEventPath.h
  38. decoder.cpp
  39. DeviceControllerInteractionModelDelegate.h
  40. DeviceProxy.cpp
  41. DeviceProxy.h
  42. encoder-common.cpp
  43. EventHeader.h
  44. EventLoggingDelegate.h
  45. EventLoggingTypes.h
  46. EventManagement.cpp
  47. EventManagement.h
  48. EventPathParams.h
  49. InteractionModelDelegate.h
  50. InteractionModelEngine.cpp
  51. InteractionModelEngine.h
  52. message-reader.h
  53. OperationalDeviceProxy.cpp
  54. OperationalDeviceProxy.h
  55. ReadClient.cpp
  56. ReadClient.h
  57. ReadHandler.cpp
  58. ReadHandler.h
  59. README.md
  60. ReadPrepareParams.h
  61. StatusResponse.cpp
  62. StatusResponse.h
  63. TimedHandler.cpp
  64. TimedHandler.h
  65. TimedRequest.cpp
  66. TimedRequest.h
  67. WriteClient.cpp
  68. WriteClient.h
  69. WriteHandler.cpp
  70. WriteHandler.h
  71. 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/.