Return the numerically greatest of the specified recordLevel, passLevel, triggerLevel, and triggerAllLevel values.
Declared in <ball_thresholdaggregate.h>
static
int
maxLevel(
int recordLevel,
int passLevel,
int triggerLevel,
int triggerAllLevel);
numerically greatest of the four threshold levels
| Name | Description |
|---|---|
| recordLevel | record threshold level |
| passLevel | pass threshold level |
| triggerLevel | trigger threshold level |
| triggerAllLevel | trigger-all threshold level |