LeviLamina
Loading...
Searching...
No Matches
SimulatedClock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/Clock.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
webrtc {
class
NtpTime
; }
11
namespace
webrtc {
class
Timestamp
; }
12
// clang-format on
13
14
namespace
webrtc {
15
16
class
SimulatedClock :
public
::webrtc::Clock
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 8>
mUnk8ff226;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
SimulatedClock& operator=(SimulatedClock
const
&);
26
SimulatedClock(SimulatedClock
const
&);
27
SimulatedClock();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
virtual
~SimulatedClock()
/*override*/
=
default
;
33
34
virtual ::webrtc::Timestamp CurrentTime()
/*override*/
;
35
36
virtual ::webrtc::NtpTime ConvertTimestampToNtpTime(
::webrtc::Timestamp
)
/*override*/
;
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
43
// NOLINTEND
44
};
45
46
}
// namespace webrtc
webrtc::Clock
Definition
Clock.h:13
webrtc::NtpTime
Definition
NtpTime.h:7
webrtc::Timestamp
Definition
Timestamp.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
webrtc
SimulatedClock.h
Generated on
for LeviLamina by
1.16.1