HERMES Modem
Hermes ARQ/Broadcast modem
Loading...
Searching...
No Matches
Data Fields
arq_info Struct Reference

Runtime ARQ connection and mode state shared across modules. More...

#include <arq.h>

Data Fields

int TRX
 
char my_call_sign [CALLSIGN_MAX_SIZE]
 
char src_addr [CALLSIGN_MAX_SIZE]
 
char dst_addr [CALLSIGN_MAX_SIZE]
 
bool encryption
 
int call_burst_size
 
bool listen
 
int bw
 
size_t frame_size
 
int mode
 

Detailed Description

Runtime ARQ connection and mode state shared across modules.

Field Documentation

◆ bw

int arq_info::bw

◆ call_burst_size

int arq_info::call_burst_size

◆ dst_addr

char arq_info::dst_addr[CALLSIGN_MAX_SIZE]

◆ encryption

bool arq_info::encryption

◆ frame_size

size_t arq_info::frame_size

◆ listen

bool arq_info::listen

◆ mode

int arq_info::mode

◆ my_call_sign

char arq_info::my_call_sign[CALLSIGN_MAX_SIZE]

◆ src_addr

char arq_info::src_addr[CALLSIGN_MAX_SIZE]

◆ TRX

int arq_info::TRX

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