mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
Merge pull request #286 from thelsing/thelsing-patch-2
Update bau57B0.cpp
This commit is contained in:
commit
e2d33b0006
@ -9,13 +9,11 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
Bau57B0::Bau57B0(Platform& platform)
|
Bau57B0::Bau57B0(Platform& platform)
|
||||||
: BauSystemBDevice(platform),
|
: BauSystemBDevice(platform), DataLinkLayerCallbacks(),
|
||||||
_ipParameters(_deviceObj, platform),
|
_ipParameters(_deviceObj, platform),
|
||||||
_dlLayer(_deviceObj, _ipParameters, _netLayer.getInterface(), _platform, (DataLinkLayerCallbacks*) this),
|
_dlLayer(_deviceObj, _ipParameters, _netLayer.getInterface(), _platform, (DataLinkLayerCallbacks*) this)
|
||||||
DataLinkLayerCallbacks()
|
|
||||||
#ifdef USE_CEMI_SERVER
|
#ifdef USE_CEMI_SERVER
|
||||||
,
|
, _cemiServer(*this)
|
||||||
_cemiServer(*this)
|
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
_netLayer.getInterface().dataLinkLayer(_dlLayer);
|
_netLayer.getInterface().dataLinkLayer(_dlLayer);
|
||||||
|
Loading…
Reference in New Issue
Block a user