LeviLamina
Loading...
Searching...
No Matches
BatteryMonitorInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/battery/BatteryStatus.h"
7
8
class
BatteryMonitorInterface
{
9
public
:
10
// virtual functions
11
// NOLINTBEGIN
12
// vIndex: 0
13
virtual
~BatteryMonitorInterface
() =
default
;
14
15
// vIndex: 1
16
virtual ::BatteryStatus getBatteryStatus()
const
= 0;
17
18
// vIndex: 2
19
virtual
float
getBatteryLevel()
const
= 0;
20
// NOLINTEND
21
22
public
:
23
// destructor thunk
24
// NOLINTBEGIN
25
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
34
public
:
35
// vftables
36
// NOLINTBEGIN
37
MCAPI
static
void
** $vftable();
38
// NOLINTEND
39
};
BatteryMonitorInterface
Definition
BatteryMonitorInterface.h:8
src
mc
platform
battery
BatteryMonitorInterface.h
Generated on Sat Apr 26 2025 05:55:49 for LeviLamina by
1.12.0