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 // virtual function thunks
28 // NOLINTBEGIN
29 MCNAPI ::ThermalState $getThermalState() const;
30
31 MCNAPI float $getThermalValueCelsius() const;
32
33 MCNAPI bool $isLowBatteryModeEnabled() const;
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
Definition FakeThermalMonitorInterface.h:9
MCAPI::ThermalState $getThermalState() const
MCAPI bool $isLowBatteryModeEnabled() const
static MCAPI void ** $vftable()
MCAPI float $getThermalValueCelsius() const
Definition ThermalMonitorInterface.h:8