knx
ETS configurable knx-stack
rf_medium_object.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
config.h
"
4
#ifdef USE_RF
5
6
#include "
interface_object.h
"
7
8
class
RfMediumObject
:
public
InterfaceObject
9
{
10
public
:
11
RfMediumObject
();
12
const
uint8_t*
rfDomainAddress
();
13
void
rfDomainAddress
(
const
uint8_t* value);
14
15
private
:
16
uint8_t _rfDiagSourceAddressFilterTable[24] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,};
17
uint8_t _rfDiagLinkBudgetTable[24] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,};
18
};
19
#endif
InterfaceObject
This class represents and interface object.
Definition:
interface_object.h:68
RfMediumObject
Definition:
rf_medium_object.h:9
RfMediumObject::RfMediumObject
RfMediumObject()
Definition:
rf_medium_object.cpp:10
RfMediumObject::rfDomainAddress
const uint8_t * rfDomainAddress()
Definition:
rf_medium_object.cpp:49
config.h
interface_object.h
src
knx
rf_medium_object.h
Generated by
1.9.1