#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 = 191 |
| const float | telemPokecenterPupil_x_0 = 0.653836 |
| const float | telemPokecenterPupil_y_0 = 0.456691 |
| const std::vector< float > | telemPokecenterPoke_x_0 = { 0.325296,0.391545,0.027915,0.693446,0.928676,0.055456,0.967165,0.094331,0.735715,0.169319 } |
| const std::vector< float > | telemPokecenterPoke_y_0 = { 0.232294,0.429362,0.385116,0.900611,0.950952,0.523717,0.256625,0.303218,0.510458,0.514246 } |
| const uint8_t | telemPokecenterMeasuring_1 = 104 |
| const float | telemPokecenterPupil_x_1 = 0.892648 |
| const float | telemPokecenterPupil_y_1 = 0.485957 |
| const std::vector< float > | telemPokecenterPokes_1 = { 0.451022,0.752013,0.710518,0.092809,0.867231,0.654774,0.64339,0.24048,0.381273,0.104986 } |
| const std::vector< float > | telemPokecenterSpecialPokes_1 = { 0.451022,0.710518,0.867231,0.64339,0.381273 } |
| 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 = 191 |
Definition at line 13 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
| const uint8_t telemPokecenterMeasuring_1 = 104 |
Definition at line 135 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
| const std::vector<float> telemPokecenterPoke_x_0 = { 0.325296,0.391545,0.027915,0.693446,0.928676,0.055456,0.967165,0.094331,0.735715,0.169319 } |
Definition at line 16 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
| const std::vector<float> telemPokecenterPoke_y_0 = { 0.232294,0.429362,0.385116,0.900611,0.950952,0.523717,0.256625,0.303218,0.510458,0.514246 } |
Definition at line 17 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
| const std::vector<float> telemPokecenterPokes_1 = { 0.451022,0.752013,0.710518,0.092809,0.867231,0.654774,0.64339,0.24048,0.381273,0.104986 } |
Definition at line 138 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemPokecenterPupil_x_0 = 0.653836 |
Definition at line 14 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemPokecenterPupil_x_1 = 0.892648 |
Definition at line 136 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemPokecenterPupil_y_0 = 0.456691 |
Definition at line 15 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemPokecenterPupil_y_1 = 0.485957 |
Definition at line 137 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().
| const std::vector<float> telemPokecenterSpecialPokes_1 = { 0.451022,0.710518,0.867231,0.64339,0.381273 } |
Definition at line 139 of file telem_pokecenter_generated_tests.cpp.
Referenced by SCENARIO().