Garmin Fleet Management Controller  2.19.0
GarminLinkLayer.h File Reference
#include "LinkLayer.h"
#include "GarminPacket.h"

Go to the source code of this file.

Classes

struct  GarminLinkLayer::fifo_type
 A circular FIFO buffer for processing received bytes into packets. More...
 
class  GarminLinkLayer
 Link Layer in the OSI model. More...
 

Macros

#define FIFO_SIZE   ( 1024 )
 The size of the server's internal FIFO buffer for parsing raw data into packets for processing. More...
 

Macro Definition Documentation

#define FIFO_SIZE   ( 1024 )

The size of the server's internal FIFO buffer for parsing raw data into packets for processing.

Definition at line 20 of file GarminLinkLayer.h.

Referenced by GarminLinkLayer::GarminLinkLayer(), GarminLinkLayer::getPacketFromFifo(), and GarminLinkLayer::resetPhysicalLayer().