#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.99894 | 
| const float | telemSparkleclockInterval_0 = 0.523278 | 
| const std::vector< float > | telemSparkleclockSeparations_0 = { 0.159264,0.502858,0.988829,0.483864,0.014849,0.481233,0.721733,0.81682,0.095968,0.055461 } | 
| const float | telemSparkleclockAngleOffset_0 = 0.762991 | 
| const float | telemSparkleclockAmplitude_0 = 0.845377 | 
| 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.845377 | 
Definition at line 19 of file telem_sparkleclock_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemSparkleclockAngleOffset_0 = 0.762991 | 
Definition at line 18 of file telem_sparkleclock_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemSparkleclockFrequency_0 = 0.99894 | 
Definition at line 15 of file telem_sparkleclock_generated_tests.cpp.
Referenced by SCENARIO().
| const float telemSparkleclockInterval_0 = 0.523278 | 
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.159264,0.502858,0.988829,0.483864,0.014849,0.481233,0.721733,0.81682,0.095968,0.055461 } | 
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().