#include <assert.h>
#include "../../../../tests/catch2/catch.hpp"
#include "../generated/logCodes.hpp"
#include "../types/telem_coreloads.hpp"
#include "../types/generated/telem_coreloads_generated.h"
#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
class | CTelemCoreloads_0 |
Functions | |
SCENARIO ("Create telem_coreloads 0", "[a log item]") | |
Variables | |
const std::vector< float > | telemCoreloadsCpu_core_loads_0 = { 0.689516,0.150216,0.004934,0.091121,0.756184,0.539296,0.005449,0.07758,0.656976,0.828693 } |
SCENARIO | ( | "Create telem_coreloads 0" | , |
"" | [a log item] | ||
) |
Definition at line 88 of file telem_coreloads_generated_tests.cpp.
References CTelemCoreloads_0::m_cpu_core_loads, CTelemCoreloads_0::m_verify, and telemCoreloadsCpu_core_loads_0.
const std::vector<float> telemCoreloadsCpu_core_loads_0 = { 0.689516,0.150216,0.004934,0.091121,0.756184,0.539296,0.005449,0.07758,0.656976,0.828693 } |
Definition at line 13 of file telem_coreloads_generated_tests.cpp.
Referenced by SCENARIO().