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 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
21public:
22 // virtual function thunks
23 // NOLINTBEGIN
24
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCNAPI static void** $vftable();
31 // NOLINTEND
32};
Definition ThermalMonitorInterface.h:8
static MCAPI void ** $vftable()