1 #ifndef DEVICECOMMONMANAGERAPP_H
2 #define DEVICECOMMONMANAGERAPP_H
4 #include "commondevices/devicecommon/edevctlabs.h"
8 #include <QSharedPointer>
15 class EHwEventHandlerAbs;
26 virtual short OnReceive( EMessage *message );
39 QSharedPointer<DataClass> d;
45 #endif // DEVICECOMMONMANAGERAPP_H
virtual void SendEventToApp(long eventId, void *data)
Definition: DeviceCommonManagerApp.cpp:118
ApplicationDefines::ResultValue Init(QFile &hardwareConfigPath)
Definition: DeviceCommonManagerApp.cpp:251
ResultValue
Definition: ApplicationDefines.h:92
EDevBaseStatus * GetDeviceStatusByDeviceOrder(long deviceOrder)
Definition: DeviceCommonManagerApp.cpp:348
virtual long Sts_DeviceSatus(EMessage *message)
Definition: DeviceCommonManagerApp.cpp:166
DeviceCommonManagerApp(Core *core)
Definition: DeviceCommonManagerApp.cpp:109
Definition: DeviceCommonManagerApp.h:17
void HandleDeviceCommonEvent(CustomEvent *customEvent)
Definition: DeviceCommonManagerApp.cpp:329
virtual short OnReceiveConcrete(EMessage *message)
Definition: DeviceCommonManagerApp.cpp:123
virtual ~DeviceCommonManagerApp()
Definition: DeviceCommonManagerApp.cpp:114
EHwEventHandlerAbs * GetDeviceCommonHwEventHandler()
Definition: DeviceCommonManagerApp.cpp:353
virtual short OnReceive(EMessage *message)
Definition: DeviceCommonManagerApp.cpp:224