Garmin Fleet Management Controller
2.19.0
Main Page
Related Pages
Classes
Files
File List
File Members
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
//----------------------------------------------------------------------
19
void
PhysicalLayer::setLinkLayer
(
LinkLayer
* aLinkLayer )
20
{
21
mLinkLayer
= aLinkLayer;
22
}
PhysicalLayer.h
LinkLayer
Abstract base class for link Layers in the OSI model.
Definition:
LinkLayer.h:26
PhysicalLayer::mLinkLayer
LinkLayer * mLinkLayer
The link layer that is one level up from this serial port.
Definition:
PhysicalLayer.h:47
PhysicalLayer::setLinkLayer
virtual void setLinkLayer(LinkLayer *aLinkLayer)
Change the link layer that receives bytes from this SerialPort.
Definition:
PhysicalLayer.cpp:19
PhysicalLayer.cpp
Generated by
1.8.11