1 #ifndef BUSTABLEMESSAGESFROMDISPATCHINGBUSINESSLOGIC_H
2 #define BUSTABLEMESSAGESFROMDISPATCHINGBUSINESSLOGIC_H
11 #include "obcdevices/ethernettabledriver/InfoMessageFromDispatching.h"
16 class UniversalDictionary;
29 void IssueIn(
const int32_t lineNumber );
39 void OnDownloadTimerTimeout();
45 QScopedPointer<DataClass> d;
50 #endif // BUSTABLEMESSAGESFROMDISPATCHINGBUSINESSLOGIC_H
virtual ~BusTableMessagesFromDispatchingBusinessLogic()
Definition: BusTableMessagesFromDispatchingBusinessLogic.cpp:366
ApplicationDefines::ResultValue ProcessNetworkReply(const QJsonDocument &jsonData)
Definition: BusTableMessagesFromDispatchingBusinessLogic.cpp:443
The BusinessLogic class is the base class of all business logic classes. Every inherited class has to...
Definition: BusinessLogic.h:11
Definition: ApplicationDefines.h:237
void OnSecondTick()
Definition: BusTableMessagesFromDispatchingBusinessLogic.cpp:416
bool Init(NetworkRequestHandler *networkRequestHandler)
Definition: BusTableMessagesFromDispatchingBusinessLogic.cpp:370
static const ApplicationDefines::BusinessLogicType mBusinessLogicType
Definition: BusTableMessagesFromDispatchingBusinessLogic.h:23
ResultValue
Definition: ApplicationDefines.h:92
Definition: BusTableMessagesFromDispatchingBusinessLogic.cpp:66
void IssueIn(const int32_t lineNumber)
Definition: BusTableMessagesFromDispatchingBusinessLogic.cpp:394
Definition: DispatchingAnnouncementsReceiver.h:9
BusTableMessagesFromDispatchingBusinessLogic()
Definition: BusTableMessagesFromDispatchingBusinessLogic.cpp:359
void IssueOut()
Definition: BusTableMessagesFromDispatchingBusinessLogic.cpp:410
Definition: BusTableMessagesFromDispatchingBusinessLogic.h:19
BusinessLogicType
Definition: ApplicationDefines.h:186
bool ProcessAnnouncementPanelMessage(const Announcement &announcement)
Definition: BusTableMessagesFromDispatchingBusinessLogic.cpp:511
Definition: NetworkRequestHandler.h:12
ApplicationDefines::ResultValue CreateNetworkRequest(QJsonObject &jsonRequest)
Definition: BusTableMessagesFromDispatchingBusinessLogic.cpp:433