BlueSync - BLE Time Sync for Zephyr
High-precision time synchronization for BLE Mesh networks
Loading...
Searching...
No Matches
bluesync_msg_client Struct Reference

Encapsulated BlueSync message received by the client during synchronization. More...

#include <bluesync.h>

Collaboration diagram for bluesync_msg_client:

Data Fields

struct bluesync_msg rcv
 
uint64_t client_timer_ticks
 

Detailed Description

Encapsulated BlueSync message received by the client during synchronization.

This structure wraps the original message received from the master and adds the client's own timing information. It is used by the client to compute synchronization parameters (e.g., offset and drift) during a sync round.

Definition at line 124 of file bluesync.h.

Field Documentation

◆ client_timer_ticks

uint64_t bluesync_msg_client::client_timer_ticks

Definition at line 126 of file bluesync.h.

◆ rcv

struct bluesync_msg bluesync_msg_client::rcv

Definition at line 125 of file bluesync.h.


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