maxLevel overloads
Declared in <ball_thresholdaggregate.h>
Return the numerically greatest of the four logging threshold levels held by the specified threshold aggregate.
static
int
maxLevel(ThresholdAggregate const& aggregate);
» more...
Return the numerically greatest of the specified recordLevel, passLevel, triggerLevel, and triggerAllLevel values.
static
int
maxLevel(
int recordLevel,
int passLevel,
int triggerLevel,
int triggerAllLevel);
» more...
numerically greatest of the four threshold levels
| Name | Description |
|---|---|
| aggregate | threshold aggregate whose levels are compared |
| recordLevel | record threshold level |
| passLevel | pass threshold level |
| triggerLevel | trigger threshold level |
| triggerAllLevel | trigger-all threshold level |