STA5635IQData Struct
IQ sample data from an STA5635 (MessageType::STA5635_IQ_DATA, version 1). More...
Declaration
struct point_one::fusion_engine::messages::STA5635IQData { ... }
Included Headers
#include <point_one/fusion_engine/messages/sta5635.h>
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = MessageType::STA5635_IQ_DATA |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
Description
IQ sample data from an STA5635 (MessageType::STA5635_IQ_DATA, version 1).
info
The rest of this message contains the wrapped payload data. The size of the data is found by subtracting the size of the other fields in this message from the header payload_size_bytes (i.e. size_t content_size = header->payload_size_bytes - sizeof(STA5635IQData)).
Definition at line 96 of file sta5635.h.
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
Definition at line 97 of file sta5635.h.
97 static constexpr MessageType MESSAGE_TYPE = MessageType::STA5635_IQ_DATA;
MESSAGE_VERSION
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.