Message ID | 20210419131715.256802-1-naush@raspberrypi.com |
---|---|
Headers | show |
Series |
|
Related | show |
Hi all, Apologies, I sent this patch series with one commit missing! Please disregard this version, I will send a v5 shortly. Regards, Naush On Mon, 19 Apr 2021 at 14:17, Naushir Patuck <naush@raspberrypi.com> wrote: > Hi, > > Version 4 of this patch series adds (and uses) a Merge() method in the > RPiController::Metadata class as per my discussions with David. > > Thanks, > Naush > > Naushir Patuck (4): > ipa: raspberrypi: Reformat RPiController::Metadata class header > ipa: raspberrypi: Add move/copy ctors and operators to Metadata class > ipa: raspberrypi: Add Merge method to RPiController::Metadata > ipa: raspberrypi: Rate-limit the controller algorithms > > src/ipa/raspberrypi/controller/metadata.hpp | 59 ++++++++++++++++--- > src/ipa/raspberrypi/raspberrypi.cpp | 50 ++++++++++++++-- > .../pipeline/raspberrypi/raspberrypi.cpp | 5 ++ > 3 files changed, 103 insertions(+), 11 deletions(-) > > -- > 2.25.1 > >