LeviLamina
Loading...
Searching...
No Matches
ThermalMonitorInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/thermal/ThermalState.h"
7
8
class
ThermalMonitorInterface
{
9
public
:
10
// virtual functions
11
// NOLINTBEGIN
12
// vIndex: 0
13
virtual
~ThermalMonitorInterface
() =
default
;
14
15
// vIndex: 1
16
virtual ::ThermalState getThermalState()
const
= 0;
17
18
// vIndex: 2
19
virtual
float
getThermalValueCelsius()
const
= 0;
20
21
// vIndex: 3
22
virtual
bool
isLowBatteryModeEnabled()
const
= 0;
23
// NOLINTEND
24
25
public
:
26
// destructor thunk
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
37
public
:
38
// vftables
39
// NOLINTBEGIN
40
MCAPI
static
void
** $vftable();
41
// NOLINTEND
42
};
ThermalMonitorInterface
Definition
ThermalMonitorInterface.h:8
src
mc
platform
thermal
ThermalMonitorInterface.h
Generated on Sat Apr 26 2025 05:55:49 for LeviLamina by
1.12.0