LoRaMAC
4.4.5
Documentation of the API
|
LoRa MAC ADR implementation. More...
Go to the source code of this file.
Data Structures | |
struct | CalcNextAdrParams_t |
Functions | |
bool | LoRaMacAdrCalcNext (CalcNextAdrParams_t *adrNext, int8_t *drOut, int8_t *txPowOut, uint32_t *adrAckCounter) |
Calculates the next datarate to set, when ADR is on or off. More... | |
LoRa MAC ADR implementation.
struct CalcNextAdrParams_t |
Data Fields | ||
---|---|---|
Version_t | Version |
LoRaWAN Minor Version 1.X |
bool | UpdateChanMask |
Set to true, if the function should update the channels mask. |
bool | AdrEnabled |
Set to true, if ADR is enabled. |
uint32_t | AdrAckCounter |
ADR ack counter. |
uint16_t | AdrAckLimit |
ADR Ack limit |
uint16_t | AdrAckDelay |
ADR Ack delay |
int8_t | Datarate |
Datarate used currently. |
int8_t | TxPower |
TX power used currently. |
uint8_t | UplinkDwellTime |
UplinkDwellTime |
LoRaMacRegion_t | Region |
Region |
bool LoRaMacAdrCalcNext | ( | CalcNextAdrParams_t * | adrNext, |
int8_t * | drOut, | ||
int8_t * | txPowOut, | ||
uint32_t * | adrAckCounter | ||
) |
Calculates the next datarate to set, when ADR is on or off.
[IN] | adrNext Pointer to the function parameters. |
[OUT] | drOut The calculated datarate for the next TX. |
[OUT] | txPowOut The TX power for the next TX. |
[OUT] | adrAckCounter The calculated ADR acknowledgement counter. |
Returns | true, if an ADR request should be performed. |