#include <network_layer_coupler.h>
|
| | NetworkLayerCoupler (DeviceObject &deviceObj, TransportLayer &layer) |
| |
| NetworkLayerEntity & | getPrimaryInterface () |
| |
| NetworkLayerEntity & | getSecondaryInterface () |
| |
| bool | isRoutedIndividualAddress (uint16_t individualAddress, uint8_t srcIfIndex) |
| |
| bool | isRoutedGroupAddress (uint16_t groupAddress, uint8_t sourceInterfaceIndex) |
| |
| void | rtObjPrimary (RouterObject &rtObjPrimary) |
| |
| void | rtObjSecondary (RouterObject &rtObjSecondary) |
| |
| void | rtObj (RouterObject &rtObj) |
| |
| void | dataIndividualRequest (AckType ack, uint16_t destination, HopCountType hopType, Priority priority, TPDU &tpdu) override |
| |
| void | dataGroupRequest (AckType ack, uint16_t destination, HopCountType hopType, Priority priority, TPDU &tpdu) override |
| |
| void | dataBroadcastRequest (AckType ack, HopCountType hopType, Priority priority, TPDU &tpdu) override |
| |
| void | dataSystemBroadcastRequest (AckType ack, HopCountType hopType, Priority priority, TPDU &tpdu) override |
| |
| | NetworkLayer (DeviceObject &deviceObj, TransportLayer &layer) |
| |
| uint8_t | hopCount () const |
| |
| bool | isApciSystemBroadcast (APDU &apdu) |
| |
Definition at line 13 of file network_layer_coupler.h.
◆ NetworkLayerCoupler()
◆ dataBroadcastRequest()
◆ dataGroupRequest()
◆ dataIndividualRequest()
◆ dataSystemBroadcastRequest()
◆ getPrimaryInterface()
◆ getSecondaryInterface()
◆ isRoutedGroupAddress()
| bool NetworkLayerCoupler::isRoutedGroupAddress |
( |
uint16_t |
groupAddress, |
|
|
uint8_t |
sourceInterfaceIndex |
|
) |
| |
◆ isRoutedIndividualAddress()
| bool NetworkLayerCoupler::isRoutedIndividualAddress |
( |
uint16_t |
individualAddress, |
|
|
uint8_t |
srcIfIndex |
|
) |
| |
◆ rtObj()
◆ rtObjPrimary()
| void NetworkLayerCoupler::rtObjPrimary |
( |
RouterObject & |
rtObjPrimary | ) |
|
◆ rtObjSecondary()
| void NetworkLayerCoupler::rtObjSecondary |
( |
RouterObject & |
rtObjSecondary | ) |
|
◆ NetworkLayerEntity
The documentation for this class was generated from the following files: