#include <assert.h>
#include "../../../../tests/catch2/catch.hpp"
#include "../generated/logCodes.hpp"
#include "../types/telem_pokeloop.hpp"
#include "../types/generated/telem_pokeloop_generated.h"
#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
class | CTelemPokeloop_0 |
Functions | |
SCENARIO ("Create telem_pokeloop 0", "[a log item]") | |
Variables | |
const uint8_t | telemPokeloopMeasuring_0 = 22 |
const float | telemPokeloopDeltaX_0 = 0.973347 |
const float | telemPokeloopDeltaY_0 = 0.551807 |
const uint64_t | telemPokeloopCounter_0 = 15328130255402808995u |
SCENARIO | ( | "Create telem_pokeloop 0" | , |
"" | [a log item] | ||
) |
Definition at line 95 of file telem_pokeloop_generated_tests.cpp.
References CTelemPokeloop_0::m_counter, CTelemPokeloop_0::m_deltaX, CTelemPokeloop_0::m_deltaY, CTelemPokeloop_0::m_measuring, CTelemPokeloop_0::m_verify, telemPokeloopCounter_0, telemPokeloopDeltaX_0, telemPokeloopDeltaY_0, and telemPokeloopMeasuring_0.
const uint64_t telemPokeloopCounter_0 = 15328130255402808995u |
Definition at line 16 of file telem_pokeloop_generated_tests.cpp.
Referenced by SCENARIO().
const float telemPokeloopDeltaX_0 = 0.973347 |
Definition at line 14 of file telem_pokeloop_generated_tests.cpp.
Referenced by SCENARIO().
const float telemPokeloopDeltaY_0 = 0.551807 |
Definition at line 15 of file telem_pokeloop_generated_tests.cpp.
Referenced by SCENARIO().
const uint8_t telemPokeloopMeasuring_0 = 22 |
Definition at line 13 of file telem_pokeloop_generated_tests.cpp.
Referenced by SCENARIO().