AETRProfile

fun AETRProfile(filters: List<String> = listOf("SYPetrolStation"), searchRadius: Int = 50, legalStopsStandard: AETRProfile.LegalStopsStandard = LegalStopsStandard.Default, currentTime: Int = 0, fortnightDrivingTime: Int = 0, weeklyDrivingTime: Int = 0, dailyDrivingTime: Int = 0, currentDrivingTime: Int = 0, lastWeeklyRestTimestamp: Int = 0, lastDailyRestTimestamp: Int = 0, usedExtendedDrivingPeriod: Int = 0, usedShortenedDailyRestPeriod: Int = 0, lastWeeklyRestTaken: AETRProfile.LastWeeklyRestTaken = LastWeeklyRestTaken.None)