#include <assert.h>
#include "../../../../tests/catch2/catch.hpp"
#include "../generated/logCodes.hpp"
#include "../types/telem_coretemps.hpp"
#include "../types/generated/telem_coretemps_generated.h"
#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
class | CTelemCoretemps_0 |
Functions | |
SCENARIO ("Create telem_coretemps 0", "[a log item]") | |
Variables | |
const std::vector< float > | telemCoretempsTemps_0 = { 0.172843,0.177468,0.888919,0.812693,0.145406,0.924317,0.002815,0.743717,0.328306,0.090528 } |
SCENARIO | ( | "Create telem_coretemps 0" | , |
"" | [a log item] | ||
) |
Definition at line 88 of file telem_coretemps_generated_tests.cpp.
References CTelemCoretemps_0::m_temps, CTelemCoretemps_0::m_verify, and telemCoretempsTemps_0.
const std::vector<float> telemCoretempsTemps_0 = { 0.172843,0.177468,0.888919,0.812693,0.145406,0.924317,0.002815,0.743717,0.328306,0.090528 } |
Definition at line 13 of file telem_coretemps_generated_tests.cpp.
Referenced by SCENARIO().