Go to the documentation of this file. 1 #ifndef HIVE_MIND_BSPINTERLOCANGLERAWDATA_H
2 #define HIVE_MIND_BSPINTERLOCANGLERAWDATA_H
7 #define MAX_ANGLE_FRAMES 100
8 #define MAX_BEEBOARDS 6
27 std::array<BspInterlocFrameAngleRawData, MAX_ANGLE_FRAMES>
m_frames;
30 #endif // HIVE_MIND_BSPINTERLOCANGLERAWDATA_H
uint8_t m_frameInfosLength
Definition: BspInterlocAngleRawData.h:20
Definition: BspInterlocAngleRawData.h:24
Definition: BspInterlocAngleRawData.h:10
uint32_t m_messageId
Definition: BspInterlocAngleRawData.h:15
uint32_t m_framesLength
Definition: BspInterlocAngleRawData.h:26
std::array< BspInterlocFrameInfo, MAX_BEEBOARDS > m_frameInfos
Definition: BspInterlocAngleRawData.h:21
uint64_t m_rxTimestamp
Definition: BspInterlocAngleRawData.h:12
std::array< BspInterlocFrameAngleRawData, MAX_ANGLE_FRAMES > m_frames
Definition: BspInterlocAngleRawData.h:27
float m_sfdAngle
Definition: BspInterlocAngleRawData.h:13
float m_losConfidence
Definition: BspInterlocAngleRawData.h:16
uint32_t m_beeboardPort
Definition: BspInterlocAngleRawData.h:11
float m_accumulatorAngle
Definition: BspInterlocAngleRawData.h:14
Definition: BspInterlocAngleRawData.h:19