#include <assert.h>#include "../../../../tests/catch2/catch.hpp"#include "../generated/logCodes.hpp"#include "../types/ocam_temps.hpp"#include "../types/generated/ocam_temps_generated.h"#include "../types/flatbuffer_log.hpp"
Go to the source code of this file.
Classes | |
| class | COcamTemps_0 | 
Functions | |
| SCENARIO ("Create ocam_temps 0", "[a log item]") | |
Variables | |
| const float | ocamTempsCcd_0 = 0.69765 | 
| const float | ocamTempsCpu_0 = 0.729808 | 
| const float | ocamTempsPower_0 = 0.763519 | 
| const float | ocamTempsBias_0 = 0.996292 | 
| const float | ocamTempsWater_0 = 0.420266 | 
| const float | ocamTempsLeft_0 = 0.033949 | 
| const float | ocamTempsRight_0 = 0.404133 | 
| const float | ocamTempsCooling_0 = 0.131155 | 
| SCENARIO | ( | "Create ocam_temps 0" | , | 
| "" | [a log item] | ||
| ) | 
Definition at line 115 of file ocam_temps_generated_tests.cpp.
References COcamTemps_0::m_bias, COcamTemps_0::m_ccd, COcamTemps_0::m_cooling, COcamTemps_0::m_cpu, COcamTemps_0::m_left, COcamTemps_0::m_power, COcamTemps_0::m_right, COcamTemps_0::m_verify, COcamTemps_0::m_water, ocamTempsBias_0, ocamTempsCcd_0, ocamTempsCooling_0, ocamTempsCpu_0, ocamTempsLeft_0, ocamTempsPower_0, ocamTempsRight_0, and ocamTempsWater_0.
| const float ocamTempsBias_0 = 0.996292 | 
Definition at line 16 of file ocam_temps_generated_tests.cpp.
Referenced by SCENARIO().
| const float ocamTempsCcd_0 = 0.69765 | 
Definition at line 13 of file ocam_temps_generated_tests.cpp.
Referenced by SCENARIO().
| const float ocamTempsCooling_0 = 0.131155 | 
Definition at line 20 of file ocam_temps_generated_tests.cpp.
Referenced by SCENARIO().
| const float ocamTempsCpu_0 = 0.729808 | 
Definition at line 14 of file ocam_temps_generated_tests.cpp.
Referenced by SCENARIO().
| const float ocamTempsLeft_0 = 0.033949 | 
Definition at line 18 of file ocam_temps_generated_tests.cpp.
Referenced by SCENARIO().
| const float ocamTempsPower_0 = 0.763519 | 
Definition at line 15 of file ocam_temps_generated_tests.cpp.
Referenced by SCENARIO().
| const float ocamTempsRight_0 = 0.404133 | 
Definition at line 19 of file ocam_temps_generated_tests.cpp.
Referenced by SCENARIO().
| const float ocamTempsWater_0 = 0.420266 | 
Definition at line 17 of file ocam_temps_generated_tests.cpp.
Referenced by SCENARIO().