Skip to main content

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

Base struct

structMessagePayload

The base class for all message payloads. More...

Public Static Attributes Index

static constexpr MessageTypeMESSAGE_TYPE = MessageType::STA5635_IQ_DATA
static constexpr uint8_tMESSAGE_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 MessageType point_one::fusion_engine::messages::STA5635IQData::MESSAGE_TYPE = MessageType::STA5635_IQ_DATA
constexpr static

Definition at line 97 of file sta5635.h.

97 static constexpr MessageType MESSAGE_TYPE = MessageType::STA5635_IQ_DATA;

MESSAGE_VERSION

constexpr uint8_t point_one::fusion_engine::messages::STA5635IQData::MESSAGE_VERSION = 0
constexpr static

Definition at line 98 of file sta5635.h.

98 static constexpr uint8_t MESSAGE_VERSION = 0;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.