ADTF
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
i
l
m
o
r
s
t
v
Enumerator
a
b
c
d
e
g
i
l
m
n
o
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
_
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
u
v
x
Enumerations
a
c
d
e
f
i
m
p
r
s
t
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
w
Functions
_
o
r
Variables
Typedefs
Macros
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
testing/include/adtftesting/test_runtime.h
Go to the documentation of this file.
1
7
#pragma once
8
9
namespace
adtf
10
{
11
namespace
ucom
12
{
13
namespace
ant
14
{
15
16
class
IRuntime
;
17
18
}
13
namespace
ant
{
…
}
19
}
11
namespace
ucom
{
…
}
20
}
21
22
extern
adtf::ucom::ant::IRuntime
* _runtime;
23
24
namespace
adtf
25
{
26
namespace
testing
27
{
28
namespace
giant
29
{
30
31
template
<
typename
RuntimeImplementation>
32
class
test_runtime:
public
RuntimeImplementation
33
{
34
public
:
35
test_runtime() { _runtime =
this
; }
36
~test_runtime() { _runtime =
nullptr
; }
37
};
32
class
test_runtime:
public
RuntimeImplementation {
…
};
38
39
}
40
41
using
giant::test_runtime
;
42
43
}
44
}
adtf::testing::giant::test_runtime
Definition
testing/include/adtftesting/test_runtime.h:33
adtf::ucom::ant::IRuntime
The IRuntime interface controls global system startup and shutdown.
Definition
runtime_intf.h:112
adtf::ucom::ant
Namespace for all functionality provided since v3.0.
Definition
testing/include/adtftesting/test_runtime.h:14
adtf::ucom
Namespace for the ADTF uCOM3 SDK.
Definition
testing/include/adtftesting/test_runtime.h:12
adtf
Namespace for entire ADTF SDK.
Definition
ddl_specification_legacy.dox:2
src
libraries
testing
include
adtftesting
test_runtime.h
Copyright © CARIAD SE. All rights reserved | Generated on Fri May 16 2025 by doxygen 1.13.2 | GIT Commit Hash: 3eaf013baf4da4ea65dcbcfed4e240e03fe89ca2