Garmin Fleet Management Controller  2.19.0
PhysicalLayer.cpp
Go to the documentation of this file.
1 /*********************************************************************
2 *
3 * MODULE NAME:
4 * PhysicalLayer.cpp
5 *
6 * Copyright 2009 by Garmin Ltd. or its subsidiaries.
7 *---------------------------------------------------------------------
8 * $NoKeywords$
9 *********************************************************************/
10 
11 #include "PhysicalLayer.h"
12 
13 //----------------------------------------------------------------------
18 //----------------------------------------------------------------------
20 {
21  mLinkLayer = aLinkLayer;
22 }
Abstract base class for link Layers in the OSI model.
Definition: LinkLayer.h:26
LinkLayer * mLinkLayer
The link layer that is one level up from this serial port.
Definition: PhysicalLayer.h:47
virtual void setLinkLayer(LinkLayer *aLinkLayer)
Change the link layer that receives bytes from this SerialPort.