M1M3 Support System
|
Methods for round robin token/index. More...
#include <RoundRobin.h>
Static Public Member Functions | |
static int32_t | Inc (int32_t index, int32_t limit) |
Increase index. | |
static uint8_t | BroadcastCounter (uint8_t broadcastCounter) |
Returns ILC next broadcast counter. | |
Methods for round robin token/index.
|
inlinestatic |
Returns ILC next broadcast counter.
Broadcast counter is 4 bites (0-15).
broadcastCounter | current broadcast counter value |
|
inlinestatic |
Increase index.
If index is > limit, returns 0 (next index in round robin).
index | current index |
limit | maximum size |