#include <assert.h>#include "../../../../tests/catch2/catch.hpp"#include "../generated/logCodes.hpp"#include "../types/telem_loopgain.hpp"#include "../types/generated/telem_loopgain_generated.h"#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
| class | CTelemLoopgain_0 | 
Functions | |
| SCENARIO ("Create telem_loopgain 0", "[a log item]") | |
Variables | |
| const uint8_t | telemLoopgainState_0 = 73 | 
| const float | telemLoopgainGain_0 = 0.160852 | 
| const float | telemLoopgainMultcoef_0 = 0.52458 | 
| const float | telemLoopgainLimit_0 = 0.867153 | 
| SCENARIO | ( | "Create telem_loopgain 0" | , | 
| "" | [a log item] | ||
| ) | 
Definition at line 95 of file telem_loopgain_generated_tests.cpp.
References CTelemLoopgain_0::m_gain, CTelemLoopgain_0::m_limit, CTelemLoopgain_0::m_multcoef, CTelemLoopgain_0::m_state, CTelemLoopgain_0::m_verify, telemLoopgainGain_0, telemLoopgainLimit_0, telemLoopgainMultcoef_0, and telemLoopgainState_0.
| const float telemLoopgainGain_0 = 0.160852 | 
Definition at line 14 of file telem_loopgain_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemLoopgainLimit_0 = 0.867153 | 
Definition at line 16 of file telem_loopgain_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemLoopgainMultcoef_0 = 0.52458 | 
Definition at line 15 of file telem_loopgain_generated_tests.cpp.
Referenced by SCENARIO().
| const uint8_t telemLoopgainState_0 = 73 | 
Definition at line 13 of file telem_loopgain_generated_tests.cpp.
Referenced by SCENARIO().