#include <assert.h>#include "../../../../tests/catch2/catch.hpp"#include "../generated/logCodes.hpp"#include "../types/telem_sparkleclock.hpp"#include "../types/generated/telem_sparkleclock_generated.h"#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
| class | CTelemSparkleclock_0 |
Functions | |
| SCENARIO ("Create telem_sparkleclock 0", "[a log item]") | |
Variables | |
| const bool | telemSparkleclockModulating_0 = 1 |
| const bool | telemSparkleclockTrigger_0 = 1 |
| const float | telemSparkleclockFrequency_0 = 0.529572 |
| const float | telemSparkleclockInterval_0 = 0.423752 |
| const std::vector< float > | telemSparkleclockSeparations_0 = { 0.315277,0.792784,0.638763,0.326496,0.157868,0.21622,0.801583,0.661546,0.290133,0.051123 } |
| const float | telemSparkleclockAngleOffset_0 = 0.377612 |
| const float | telemSparkleclockAmplitude_0 = 0.892416 |
| SCENARIO | ( | "Create telem_sparkleclock 0" | , |
| "" | [a log item] | ||
| ) |
Definition at line 118 of file telem_sparkleclock_generated_tests.cpp.
References CTelemSparkleclock_0::m_amplitude, CTelemSparkleclock_0::m_angleOffset, CTelemSparkleclock_0::m_frequency, CTelemSparkleclock_0::m_interval, CTelemSparkleclock_0::m_modulating, CTelemSparkleclock_0::m_separations, CTelemSparkleclock_0::m_trigger, CTelemSparkleclock_0::m_verify, telemSparkleclockAmplitude_0, telemSparkleclockAngleOffset_0, telemSparkleclockFrequency_0, telemSparkleclockInterval_0, telemSparkleclockModulating_0, telemSparkleclockSeparations_0, and telemSparkleclockTrigger_0.
| const float telemSparkleclockAmplitude_0 = 0.892416 |
Definition at line 19 of file telem_sparkleclock_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemSparkleclockAngleOffset_0 = 0.377612 |
Definition at line 18 of file telem_sparkleclock_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemSparkleclockFrequency_0 = 0.529572 |
Definition at line 15 of file telem_sparkleclock_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemSparkleclockInterval_0 = 0.423752 |
Definition at line 16 of file telem_sparkleclock_generated_tests.cpp.
Referenced by SCENARIO().
| const bool telemSparkleclockModulating_0 = 1 |
Definition at line 13 of file telem_sparkleclock_generated_tests.cpp.
Referenced by SCENARIO().
| const std::vector<float> telemSparkleclockSeparations_0 = { 0.315277,0.792784,0.638763,0.326496,0.157868,0.21622,0.801583,0.661546,0.290133,0.051123 } |
Definition at line 17 of file telem_sparkleclock_generated_tests.cpp.
Referenced by SCENARIO().
| const bool telemSparkleclockTrigger_0 = 1 |
Definition at line 14 of file telem_sparkleclock_generated_tests.cpp.
Referenced by SCENARIO().