#include <assert.h>
#include "../../../../tests/catch2/catch.hpp"
#include "../generated/logCodes.hpp"
#include "../types/telem_pokecenter.hpp"
#include "../types/generated/telem_pokecenter_generated.h"
#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
class | CTelemPokecenter_0 |
class | CTelemPokecenter_1 |
Functions | |
SCENARIO ("Create telem_pokecenter 0", "[a log item]") | |
SCENARIO ("Create telem_pokecenter 1", "[a log item]") | |
Variables | |
const uint8_t | telemPokecenterMeasuring_0 = 92 |
const float | telemPokecenterPupil_x_0 = 0.631623 |
const float | telemPokecenterPupil_y_0 = 0.816649 |
const std::vector< float > | telemPokecenterPoke_x_0 = { 0.528996,0.647523,0.640772,0.2887,0.847617,0.746164,0.029067,0.970058,0.801876,0.963174 } |
const std::vector< float > | telemPokecenterPoke_y_0 = { 0.730408,0.412365,0.681051,0.000578,0.701367,0.979386,0.046297,0.201724,0.310254,0.719138 } |
const uint8_t | telemPokecenterMeasuring_1 = 15 |
const float | telemPokecenterPupil_x_1 = 0.060365 |
const float | telemPokecenterPupil_y_1 = 0.429382 |
const std::vector< float > | telemPokecenterPokes_1 = { 0.172682,0.649215,0.918207,0.393055,0.842913,0.308341,0.220342,0.309587,0.295035,0.447912 } |
const std::vector< float > | telemPokecenterSpecialPokes_1 = { 0.172682,0.918207,0.842913,0.220342,0.295035 } |
SCENARIO | ( | "Create telem_pokecenter 0" | , |
"" | [a log item] | ||
) |
Definition at line 116 of file telem_pokecenter_generated_tests.cpp.
References CTelemPokecenter_0::m_measuring, CTelemPokecenter_0::m_poke_x, CTelemPokecenter_0::m_poke_y, CTelemPokecenter_0::m_pupil_x, CTelemPokecenter_0::m_pupil_y, CTelemPokecenter_0::m_verify, telemPokecenterMeasuring_0, telemPokecenterPoke_x_0, telemPokecenterPoke_y_0, telemPokecenterPupil_x_0, and telemPokecenterPupil_y_0.
SCENARIO | ( | "Create telem_pokecenter 1" | , |
"" | [a log item] | ||
) |
Definition at line 226 of file telem_pokecenter_generated_tests.cpp.
References CTelemPokecenter_1::m_measuring, CTelemPokecenter_1::m_pokes, CTelemPokecenter_1::m_pupil_x, CTelemPokecenter_1::m_pupil_y, CTelemPokecenter_1::m_verify, telemPokecenterMeasuring_1, telemPokecenterPokes_1, telemPokecenterPupil_x_1, telemPokecenterPupil_y_1, and telemPokecenterSpecialPokes_1.
const uint8_t telemPokecenterMeasuring_0 = 92 |
Definition at line 13 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
const uint8_t telemPokecenterMeasuring_1 = 15 |
Definition at line 135 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
const std::vector<float> telemPokecenterPoke_x_0 = { 0.528996,0.647523,0.640772,0.2887,0.847617,0.746164,0.029067,0.970058,0.801876,0.963174 } |
Definition at line 16 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
const std::vector<float> telemPokecenterPoke_y_0 = { 0.730408,0.412365,0.681051,0.000578,0.701367,0.979386,0.046297,0.201724,0.310254,0.719138 } |
Definition at line 17 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
const std::vector<float> telemPokecenterPokes_1 = { 0.172682,0.649215,0.918207,0.393055,0.842913,0.308341,0.220342,0.309587,0.295035,0.447912 } |
Definition at line 138 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
const float telemPokecenterPupil_x_0 = 0.631623 |
Definition at line 14 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
const float telemPokecenterPupil_x_1 = 0.060365 |
Definition at line 136 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
const float telemPokecenterPupil_y_0 = 0.816649 |
Definition at line 15 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
const float telemPokecenterPupil_y_1 = 0.429382 |
Definition at line 137 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
const std::vector<float> telemPokecenterSpecialPokes_1 = { 0.172682,0.918207,0.842913,0.220342,0.295035 } |
Definition at line 139 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().