6 #ifndef SWIFT_CORE_VATSIM_VATSIMSERVERFILEREADER_H
7 #define SWIFT_CORE_VATSIM_VATSIMSERVERFILEREADER_H
24 namespace swift::core::vatsim
41 void readInBackgroundThread();
48 void dataRead(swift::misc::network::CEntityFlags::Entity entity,
54 virtual void doWorkImpl()
override;
61 void parseVatsimFile(QNetworkReply *nwReply);
Support for threaded based reading and parsing tasks such as data files via http, or file system and ...
void dataRead(swift::misc::network::CEntityFlags::Entity entity, swift::misc::network::CEntityFlags::ReadState state, int number, const QUrl &url)
Data have been read.
void dataFileRead(int bytes)
Data have been read.
ReadState
State of operation.
Value object encapsulating information of a server.
Value object encapsulating a list of servers.
#define SWIFT_CORE_EXPORT
Export a class or function from the library.