SysIo  1.9.0
Embedded Library and tools
xAx25 Struct Reference

#include <ax25.h>

Public Attributes

uint8_t buf [AX25_FRAME_BUF_LEN]
 buffer for payload
 
uint16_t crc_in
 CRC for current received frame.
 
uint16_t crc_out
 CRC of current sent frame.
 
int error
 
bool escape
 True when we have to escape the following char.
 
int fin
 stream used to access the physical input
 
int fout
 stream used to access the physical output
 
bool frm_recv
 True if we have received a valid frame.
 
size_t len
 buffer length
 
bool sync
 True if we have received a HDLC flag.
 

Detailed Description

AX25 Controller Class

Definition at line 295 of file ax25.h.