#include <assert.h>
#include "../../../../tests/catch2/catch.hpp"
#include "../generated/logCodes.hpp"
#include "../types/telem_saving_state.hpp"
#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
class | CTelemSavingState_0 |
Functions | |
SCENARIO ("Create telem_saving_state 0", "[a log item]") | |
Variables | |
const int16_t | telemSavingStateState_0 = -19551 |
const uint64_t | telemSavingStateFrameNo_0 = 13905102544654752942u |
SCENARIO | ( | "Create telem_saving_state 0" | , |
"" | [a log item] | ||
) |
Definition at line 84 of file telem_saving_state_generated_tests.cpp.
References CTelemSavingState_0::m_frameNo, CTelemSavingState_0::m_state, CTelemSavingState_0::m_verify, telemSavingStateFrameNo_0, and telemSavingStateState_0.
const uint64_t telemSavingStateFrameNo_0 = 13905102544654752942u |
Definition at line 13 of file telem_saving_state_generated_tests.cpp.
Referenced by SCENARIO().
const int16_t telemSavingStateState_0 = -19551 |
Definition at line 12 of file telem_saving_state_generated_tests.cpp.
Referenced by SCENARIO().