#include <assert.h>
#include "../../../../tests/catch2/catch.hpp"
#include "../generated/logCodes.hpp"
#include "../types/telem_telpos.hpp"
#include "../types/generated/telem_telpos_generated.h"
#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
class | CTelemTelpos_0 |
Functions | |
SCENARIO ("Create telem_telpos 0", "[a log item]") | |
Variables | |
const double | telemTelposEpoch_0 = 0.74449673856652 |
const double | telemTelposRa_0 = 0.19374647393752 |
const double | telemTelposDec_0 = 0.6167133356862 |
const double | telemTelposEl_0 = 0.0609430923707 |
const double | telemTelposHa_0 = 0.571704666163 |
const double | telemTelposAm_0 = 0.5076385268617 |
const double | telemTelposRotoff_0 = 0.7383288897269 |
SCENARIO | ( | "Create telem_telpos 0" | , |
"" | [a log item] | ||
) |
Definition at line 110 of file telem_telpos_generated_tests.cpp.
References CTelemTelpos_0::m_am, CTelemTelpos_0::m_dec, CTelemTelpos_0::m_el, CTelemTelpos_0::m_epoch, CTelemTelpos_0::m_ha, CTelemTelpos_0::m_ra, CTelemTelpos_0::m_rotoff, CTelemTelpos_0::m_verify, telemTelposAm_0, telemTelposDec_0, telemTelposEl_0, telemTelposEpoch_0, telemTelposHa_0, telemTelposRa_0, and telemTelposRotoff_0.
const double telemTelposAm_0 = 0.5076385268617 |
Definition at line 18 of file telem_telpos_generated_tests.cpp.
Referenced by SCENARIO().
const double telemTelposDec_0 = 0.6167133356862 |
Definition at line 15 of file telem_telpos_generated_tests.cpp.
Referenced by SCENARIO().
const double telemTelposEl_0 = 0.0609430923707 |
Definition at line 16 of file telem_telpos_generated_tests.cpp.
Referenced by SCENARIO().
const double telemTelposEpoch_0 = 0.74449673856652 |
Definition at line 13 of file telem_telpos_generated_tests.cpp.
Referenced by SCENARIO().
const double telemTelposHa_0 = 0.571704666163 |
Definition at line 17 of file telem_telpos_generated_tests.cpp.
Referenced by SCENARIO().
const double telemTelposRa_0 = 0.19374647393752 |
Definition at line 14 of file telem_telpos_generated_tests.cpp.
Referenced by SCENARIO().
const double telemTelposRotoff_0 = 0.7383288897269 |
Definition at line 19 of file telem_telpos_generated_tests.cpp.
Referenced by SCENARIO().