Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DeviceReceiverManagerApp.h
Go to the documentation of this file.
1 #ifndef _DEVICE_RECEIVER_MANAGER_APP_H_
2 #define _DEVICE_RECEIVER_MANAGER_APP_H_
3 
4 #include <QSharedPointer>
6 
7 class Core;
8 class DeviceManagerApp;
10 
12 {
13 public:
14  DeviceReceiverManagerApp( DeviceManagerApp *deviceSystemManager, DeviceCommonManagerApp *deviceCommonManager, Core *core );
16 
18 
19 private:
21 
22  class DataClass;
23  QSharedPointer<DataClass> d;
24 
26 };
27 
28 #endif //_DEVICE_RECEIVER_MANAGER_APP_H_
ApplicationDefines::ResultValue InitReceivers()
Definition: DeviceReceiverManagerApp.cpp:181
Definition: Core.h:16
ResultValue
Definition: ApplicationDefines.h:92
Definition: DeviceReceiverManagerApp.h:11
Definition: DeviceCommonManagerApp.h:17
Definition: DeviceManagerApp.h:20
~DeviceReceiverManagerApp()
Definition: DeviceReceiverManagerApp.cpp:177
DeviceReceiverManagerApp(DeviceManagerApp *deviceSystemManager, DeviceCommonManagerApp *deviceCommonManager, Core *core)
Definition: DeviceReceiverManagerApp.cpp:172