Skip to content
Snippets Groups Projects
Commit cf8f4848 authored by Roman's avatar Roman Committed by Julian Oes
Browse files

mixer class: updated comments on slew rate limit method


Signed-off-by: default avatarRoman <bapstroman@gmail.com>
parent c2a511d8
No related branches found
No related tags found
No related merge requests found
......@@ -185,11 +185,7 @@ public:
virtual void groups_required(uint32_t &groups) = 0;
/**
* @brief Update slew rate parameter. This tells the multicopter mixer
* the maximum allowed change of the output values per cycle.
* The value is only valid for one cycle, in order to have continuous
* slew rate limiting this function needs to be called before every call
* to mix().
* @brief Empty method, only implemented for MultirotorMixer and MixerGroup class.
*
* @param[in] delta_out_max Maximum delta output.
*
......@@ -326,7 +322,7 @@ public:
int load_from_buf(const char *buf, unsigned &buflen);
/**
* @brief Update slew rate parameter. This tells the multicopter mixer
* @brief Update slew rate parameter. This tells instances of the class MultirotorMixer
* the maximum allowed change of the output values per cycle.
* The value is only valid for one cycle, in order to have continuous
* slew rate limiting this function needs to be called before every call
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment