ADTF  3.18.2
adtf_base_pkg.h
Go to the documentation of this file.
1 
7 #pragma once
8 
9 #include <adtfbase/adtf_base_version.h>
10 #include "adtf_base_type_traits.h"
11 #include "chrono.h"
12 #include "adtf_class_version.h"
13 #include "adtf_plugin.h"
14 
15 //basic non object interfaces
16 #include "string_intf.h"
17 #include "rawmemory_base.h"
18 #include "rawmemory_intf.h"
19 #include "property_intf.h"
20 #include "configuration_intf.h"
21 #include "hashedvaluemap_intf.h"
22 #include "runnable_intf.h"
23 #include "application_intf.h"
24 
25 //default implementation for properties and configuration
26 #include "propertyconvert.h"
27 #include "property.h"
28 #include "properties.h"
29 #include "configuration.h"
30 #include "hashedvaluemap.h"
31 
32 //default implementation and helper for runnables
33 #include "runnable.h"
34 
35 //basic core object interfaces
36 #include "macroresolver_intf.h"
37 #include "logging_intf.h"
38 
39 #include "macroresolver_impl.h"
40 #include "adtf_runtime.h"
41 
42 #include "exception_handling.h"
43 #include "error_handling_intf.h"
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Public API for compatibility to C++11 <chrono>