LeviLamina
Loading...
Searching...
No Matches
EventBasedExponentialMovingAverage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
rtc {
6
7
class
EventBasedExponentialMovingAverage
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 8>
mUnkf67673;
12
::ll::UntypedStorage<8, 8>
mUnk4e1360;
13
::ll::UntypedStorage<8, 8>
mUnk97c007;
14
::ll::UntypedStorage<8, 8>
mUnk92a72d;
15
::ll::UntypedStorage<8, 16>
mUnkc63ba8;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
EventBasedExponentialMovingAverage
& operator=(
EventBasedExponentialMovingAverage
const
&);
21
EventBasedExponentialMovingAverage
(
EventBasedExponentialMovingAverage
const
&);
22
EventBasedExponentialMovingAverage
();
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCNAPI
void
AddSample
(int64,
int
);
28
29
MCNAPI
explicit
EventBasedExponentialMovingAverage
(
int
);
30
31
MCNAPI
void
Reset
();
32
33
MCNAPI
void
SetHalfTime
(
int
);
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCNAPI
void
*
$ctor
(
int
);
40
// NOLINTEND
41
};
42
43
}
// namespace rtc
rtc::EventBasedExponentialMovingAverage
Definition
EventBasedExponentialMovingAverage.h:7
rtc::EventBasedExponentialMovingAverage::Reset
MCAPI void Reset()
rtc::EventBasedExponentialMovingAverage::$ctor
MCAPI void * $ctor(int)
rtc::EventBasedExponentialMovingAverage::SetHalfTime
MCAPI void SetHalfTime(int)
rtc::EventBasedExponentialMovingAverage::AddSample
MCAPI void AddSample(int64, int)
rtc::EventBasedExponentialMovingAverage::EventBasedExponentialMovingAverage
MCAPI EventBasedExponentialMovingAverage(int)
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
EventBasedExponentialMovingAverage.h
Generated on Fri Jun 13 2025 05:04:38 for LeviLamina by
1.12.0