ADTF
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
}
19
}
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
};
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:111
adtf
Namespace for entire ADTF SDK.
Definition:
ddl_specification_legacy.dox:2
_runtime
adtf::ucom::IRuntime * _runtime
Global Runtime Pointer to reference to the current runtime.
src
libraries
testing
include
adtftesting
test_runtime.h
Copyright © CARIAD SE. All rights reserved | Generated on Mon Dec 9 2024 by doxygen 1.9.1 | GIT Commit Hash: 9b383f3ea07fb20c72753c562140ee6572a57a19