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
virtual
~ThermalMonitorInterface
() =
default
;
13
14
virtual ::ThermalState getThermalState()
const
= 0;
15
16
virtual
float
getThermalValueCelsius()
const
= 0;
17
18
virtual
bool
isLowBatteryModeEnabled()
const
= 0;
19
// NOLINTEND
20
21
public
:
22
// virtual function thunks
23
// NOLINTBEGIN
24
25
// NOLINTEND
26
27
public
:
28
// vftables
29
// NOLINTBEGIN
30
MCNAPI
static
void
**
$vftable
();
31
// NOLINTEND
32
};
ThermalMonitorInterface
Definition
ThermalMonitorInterface.h:8
ThermalMonitorInterface::$vftable
static MCAPI void ** $vftable()
src
mc
platform
thermal
ThermalMonitorInterface.h
Generated on
for LeviLamina by
1.16.1