Garmin Fleet Management Controller  2.19.0
GarminLinkLayer::fifo_type Struct Reference

A circular FIFO buffer for processing received bytes into packets. More...

Public Attributes

uint8 buffer [FIFO_SIZE]
 Data buffer. More...
 
uint32 head
 Index of first byte of data. More...
 
uint32 size
 Number of bytes of data in the buffer. More...
 
uint32 tail
 Index of last byte of data. More...
 

Detailed Description

A circular FIFO buffer for processing received bytes into packets.

Definition at line 63 of file GarminLinkLayer.h.

Member Data Documentation

uint8 GarminLinkLayer::fifo_type::buffer[FIFO_SIZE]

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