STA5635CommandResponse Struct
Result from an STA5635 sent in response to an STA5635Command. More...
Declaration
struct point_one::fusion_engine::messages::STA5635CommandResponse { ... }
Included Headers
#include <point_one/fusion_engine/messages/sta5635.h>
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| uint32_t | command_sequence_number = 0 |
|
The sequence number contained in the STA5635Command to which this response belongs. More... | |
| uint8_t | data[4] = {0} |
|
The response from the device, where data[0] contains the first byte in the response. More... | |
| int64_t | system_time_ns = 0 |
|
The system time when the response was received (in nanoseconds). More... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = ... |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
Description
Result from an STA5635 sent in response to an STA5635Command.
(MessageType::STA5635_COMMAND_RESPONSE, version 1).
Definition at line 64 of file sta5635.h.
Public Member Attributes
command_sequence_number
|
The sequence number contained in the STA5635Command to which this response belongs.
data
|
system_time_ns
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
MESSAGE_VERSION
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.