ADTF
Loading...
Searching...
No Matches
ucom3_pkg.h
Go to the documentation of this file.
1
7
8#ifndef _UCOM3_PKG_INCLUDES_HEADER_
9#define _UCOM3_PKG_INCLUDES_HEADER_
10 #include "exception_handling.h"
11
12 //ucom_cast functionality
13 #include "adtf_iid.h"
14 #include "ucom_cast.h"
15
16 // this interface is required for the object_ptr implementations
18
19 //object reference managing
21 #include "object_list.h"
22
23 //all interfaces
25
26 #include "object.h"
27
28 //standard implementations
31 #include "plugin_info.h"
32 #include "plugin_c_interface.h"
33 #include "plugin_macros.h"
34 #include "runtime.h"
35
36 #include "stream.h"
37 #include "event_source.h"
38 #include "level_machine.h"
39 #include "service.h"
40 #include "plugin.h"
41
42 #include "test_runtime.h"
43
44 #include "function_ptr.h"
45
46#endif // _UCOM3_PKG_INCLUDES_HEADER_