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
// virtual function thunks
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
31
public
:
32
// vftables
33
// NOLINTBEGIN
34
MCNAPI
static
void
**
$vftable
();
35
// NOLINTEND
36
};
ThermalMonitorInterface
Definition
ThermalMonitorInterface.h:8
ThermalMonitorInterface::$vftable
static MCAPI void ** $vftable()
src
mc
platform
thermal
ThermalMonitorInterface.h
Generated on Fri Jun 13 2025 05:04:45 for LeviLamina by
1.12.0