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
9public:
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
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCAPI static void** $vftable();
41 // NOLINTEND
42};
Definition ThermalMonitorInterface.h:8