toggle menu
foundry
jvm
switch theme
search in API
foundry-gradle-plugin
/
foundry.gradle.util
/
ThermalsData
Thermals
Data
@
JsonClass
(
generateAdapter
=
true
)
data
class
ThermalsData
(
val
logs
:
List
<
ThermLog
>
)
:
Thermals
(
source
)
Members
Constructors
Thermals
Data
Link copied to clipboard
constructor
(
logs
:
List
<
ThermLog
>
)
Properties
all
Speed
Limits
Link copied to clipboard
val
allSpeedLimits
:
List
<
Int
>
average
Link copied to clipboard
val
average
:
Int
logs
Link copied to clipboard
val
logs
:
List
<
ThermLog
>
lowest
Link copied to clipboard
val
lowest
:
Int
percent
Throttled
Link copied to clipboard
val
percentThrottled
:
Int
was
Throttled
Link copied to clipboard
open
override
val
wasThrottled
:
Boolean
Functions
chart
Url
Link copied to clipboard
fun
chartUrl
(
urlCharLimit
:
Int
)
:
String
Returns a url to a chart representation of the thermals logged.