Skip to content

Commit

Permalink
Camera AV Stream Management Server Impl
Browse files Browse the repository at this point in the history
* Delegate definition
  - Support for list entries per index
  - Support for Command handlers

* Server Impl
  - Attributes and Commands support
    -- Setters for Application to update values

* Add attributes to json files

* Autogen code changes to zzz_generated/
  • Loading branch information
pidarped committed Oct 23, 2024
1 parent b127740 commit 01237cb
Show file tree
Hide file tree
Showing 10 changed files with 1,720 additions and 1,907 deletions.
5 changes: 5 additions & 0 deletions src/app/chip_data_model.gni
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,11 @@ template("chip_data_model") {
"${_app_root}/clusters/${cluster}/ArlEncoder.cpp",
"${_app_root}/clusters/${cluster}/ArlEncoder.h",
]
} else if (cluster == "camera-av-stream-management-server") {
sources += [
"${_app_root}/clusters/${cluster}/${cluster}.cpp",
"${_app_root}/clusters/${cluster}/${cluster}.h",
]
} else {
sources += [ "${_app_root}/clusters/${cluster}/${cluster}.cpp" ]
}
Expand Down
Loading

0 comments on commit 01237cb

Please sign in to comment.