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