AETRProfile
data class AETRProfile(filters: List<String>, searchRadius: Int, legalStopsStandard: AETRProfile.LegalStopsStandard, currentTime: Int, fortnightDrivingTime: Int, weeklyDrivingTime: Int, dailyDrivingTime: Int, currentDrivingTime: Int, lastWeeklyRestTimestamp: Int, lastDailyRestTimestamp: Int, usedExtendedDrivingPeriod: Int, usedShortenedDailyRestPeriod: Int, lastWeeklyRestTaken: AETRProfile.LastWeeklyRestTaken) : Parcelable
Content copied to clipboard
Constructors
AETRProfile
Link copied to clipboard
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)
Content copied to clipboard
Types
Last Weekly Rest Taken
Link copied to clipboard
enum LastWeeklyRestTaken : Enum<AETRProfile.LastWeeklyRestTaken> , Parcelable
Content copied to clipboard
Legal Stops Standard
Link copied to clipboard
enum LegalStopsStandard : Enum<AETRProfile.LegalStopsStandard> , Parcelable
Content copied to clipboard
Functions
Properties
currentDrivingTime
Link copied to clipboard
currentTime
Link copied to clipboard
dailyDrivingTime
Link copied to clipboard
fortnightDrivingTime
Link copied to clipboard
lastDailyRestTimestamp
Link copied to clipboard
lastWeeklyRestTaken
Link copied to clipboard
lastWeeklyRestTimestamp
Link copied to clipboard
legalStopsStandard
Link copied to clipboard
searchRadius
Link copied to clipboard
usedExtendedDrivingPeriod
Link copied to clipboard
usedShortenedDailyRestPeriod
Link copied to clipboard
weeklyDrivingTime
Link copied to clipboard