35#ifndef _UTILS_BANDWIDTHMERGER_HXX_
36#define _UTILS_BANDWIDTHMERGER_HXX_
#define HASSERT(x)
Checks that the value of expression x is true, else terminates the current process.
bool step()
Runs one step.
uint8_t currentState_
State of the current stride.
void reset()
If the step function returned false, but still the first source was taken (e.g.
uint8_t percentFirst_
Percentage of the bandwidth that should be assigned to the first source.
BandwidthMerger(uint8_t percent)
Constructor.