Skip to content

Commit

Permalink
[mappings] Add missing metadata on an example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Apr 14, 2024
1 parent eb61aba commit 491c63a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/Raw/Interpolator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

/* SPDX-License-Identifier: GPL-3.0-or-later */

#include <chrono>
#include <utility>
#include <vector>

namespace examples
{
struct ExponentialSmoothing
{
static constexpr auto name() { return "Exponential Smoothing"; }
static constexpr auto c_name() { return "avnd_expsmooth"; }
static constexpr auto author() { return "Jean-Michaël Celerier"; }
static constexpr auto category() { return "Control/Mappings"; }
static constexpr auto description() { return "Simplest real-time value smoothing"; }
static constexpr auto uuid() { return "971739ae-14a3-4283-b0a0-96dbd367ce66"; }

struct
Expand Down

0 comments on commit 491c63a

Please sign in to comment.