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 virtual ~FakeThermalMonitorInterface() /*override*/ = default;
14
15 virtual ::ThermalState getThermalState() const /*override*/;
16
17 virtual float getThermalValueCelsius() const /*override*/;
18
19 virtual bool isLowBatteryModeEnabled() const /*override*/;
20 // NOLINTEND
21
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25 MCNAPI ::ThermalState $getThermalState() const;
26
27 MCNAPI float $getThermalValueCelsius() const;
28
29 MCNAPI bool $isLowBatteryModeEnabled() const;
30
31
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
Definition FakeThermalMonitorInterface.h:9
MCAPI::ThermalState $getThermalState() const
MCAPI bool $isLowBatteryModeEnabled() const
static MCAPI void ** $vftable()
MCAPI float $getThermalValueCelsius() const
Definition ThermalMonitorInterface.h:8