Embed: (wiki syntax)

« Back to documentation index

fhss_synchronization_beacon_payload_s Struct Reference

fhss_synchronization_beacon_payload_s Struct Reference

beacon synchronization info More...

#include <fhss_beacon.h>

Data Fields

uint8_t data_start_delimeter
 Start delimeter.
uint8_t channel_index
 Channel index.
uint8_t sender_unicast_channel
 Sender unicast channel index.
uint16_t current_superframe
 Current superframe.
uint16_t remaining_slots
 Remaining time (us) to next superframe.
uint16_t channel_list_counter
 Channel list counter.
uint8_t hop_count
 Hop count.
uint8_t number_of_broadcast_channels
 Number of broadcast channels.
uint8_t number_of_tx_slots
 Number of TX slots per channel.
uint32_t time_since_last_beacon
 Time since last beacon (us)
uint16_t processing_delay
 Processing delay (us)
uint16_t superframe_length
 Superframe length.
uint8_t number_of_superframes_per_channel
 Number of superframes per channel.

Detailed Description

beacon synchronization info

Definition at line 40 of file fhss_beacon.h.


Field Documentation

uint8_t channel_index

Channel index.

Definition at line 45 of file fhss_beacon.h.

Channel list counter.

Definition at line 57 of file fhss_beacon.h.

Current superframe.

Definition at line 51 of file fhss_beacon.h.

Start delimeter.

Definition at line 42 of file fhss_beacon.h.

uint8_t hop_count

Hop count.

Definition at line 60 of file fhss_beacon.h.

Number of broadcast channels.

Definition at line 63 of file fhss_beacon.h.

Number of superframes per channel.

Definition at line 78 of file fhss_beacon.h.

Number of TX slots per channel.

Definition at line 66 of file fhss_beacon.h.

uint16_t processing_delay

Processing delay (us)

Definition at line 72 of file fhss_beacon.h.

uint16_t remaining_slots

Remaining time (us) to next superframe.

Definition at line 54 of file fhss_beacon.h.

Sender unicast channel index.

Definition at line 48 of file fhss_beacon.h.

Superframe length.

Definition at line 75 of file fhss_beacon.h.

Time since last beacon (us)

Definition at line 69 of file fhss_beacon.h.