#include "flatbuffers/flatbuffers.h"
Go to the source code of this file.
Classes | |
struct | MagAOX::logger::FLATBUFFERS_FINAL_CLASS |
struct | MagAOX::logger::Ocam_temps_fbBuilder |
Namespaces | |
namespace | MagAOX |
namespace | MagAOX::logger |
Functions | |
const ::flatbuffers::TypeTable * | MagAOX::logger::Ocam_temps_fbTypeTable () |
inline ::flatbuffers::Offset< Ocam_temps_fb > | MagAOX::logger::CreateOcam_temps_fb (::flatbuffers::FlatBufferBuilder &_fbb, float ccd=0.0f, float cpu=0.0f, float power=0.0f, float bias=0.0f, float water=0.0f, float left=0.0f, float right=0.0f, float cooling=0.0f) |
const MagAOX::logger::Ocam_temps_fb * | MagAOX::logger::GetOcam_temps_fb (const void *buf) |
const MagAOX::logger::Ocam_temps_fb * | MagAOX::logger::GetSizePrefixedOcam_temps_fb (const void *buf) |
bool | MagAOX::logger::VerifyOcam_temps_fbBuffer (::flatbuffers::Verifier &verifier) |
bool | MagAOX::logger::VerifySizePrefixedOcam_temps_fbBuffer (::flatbuffers::Verifier &verifier) |
void | MagAOX::logger::FinishOcam_temps_fbBuffer (::flatbuffers::FlatBufferBuilder &fbb, ::flatbuffers::Offset< MagAOX::logger::Ocam_temps_fb > root) |
void | MagAOX::logger::FinishSizePrefixedOcam_temps_fbBuffer (::flatbuffers::FlatBufferBuilder &fbb, ::flatbuffers::Offset< MagAOX::logger::Ocam_temps_fb > root) |
Variables | |
VT_CCD = 4 | |
VT_CPU = 6 | |
VT_POWER = 8 | |
VT_BIAS = 10 | |
VT_WATER = 12 | |
VT_LEFT = 14 | |
VT_RIGHT = 16 | |
VT_BIAS = 10 |
Definition at line 33 of file ocam_temps_generated.h.
Referenced by MagAOX::logger::FLATBUFFERS_FINAL_CLASS::bias(), and MagAOX::logger::FLATBUFFERS_FINAL_CLASS::Verify().
VT_CCD = 4 |
Definition at line 30 of file ocam_temps_generated.h.
Referenced by MagAOX::logger::FLATBUFFERS_FINAL_CLASS::ccd(), and MagAOX::logger::FLATBUFFERS_FINAL_CLASS::Verify().
VT_CPU = 6 |
Definition at line 31 of file ocam_temps_generated.h.
Referenced by MagAOX::logger::FLATBUFFERS_FINAL_CLASS::cpu(), and MagAOX::logger::FLATBUFFERS_FINAL_CLASS::Verify().
VT_LEFT = 14 |
Definition at line 35 of file ocam_temps_generated.h.
Referenced by MagAOX::logger::FLATBUFFERS_FINAL_CLASS::left(), and MagAOX::logger::FLATBUFFERS_FINAL_CLASS::Verify().
VT_POWER = 8 |
Definition at line 32 of file ocam_temps_generated.h.
Referenced by MagAOX::logger::FLATBUFFERS_FINAL_CLASS::power(), and MagAOX::logger::FLATBUFFERS_FINAL_CLASS::Verify().
VT_RIGHT = 16 |
Definition at line 36 of file ocam_temps_generated.h.
Referenced by MagAOX::logger::FLATBUFFERS_FINAL_CLASS::right(), and MagAOX::logger::FLATBUFFERS_FINAL_CLASS::Verify().
VT_WATER = 12 |
Definition at line 34 of file ocam_temps_generated.h.
Referenced by MagAOX::logger::FLATBUFFERS_FINAL_CLASS::Verify(), and MagAOX::logger::FLATBUFFERS_FINAL_CLASS::water().