6 #ifndef SWIFT_CORE_VATSIM_VATSIMSTATUSFILEREADER_H
7 #define SWIFT_CORE_VATSIM_VATSIMSTATUSFILEREADER_H
20 namespace swift::core::vatsim
41 void readInBackgroundThread();
48 void dataRead(swift::misc::network::CEntityFlags::Entity entity,
56 void parseVatsimFile(QNetworkReply *nwReply);
Support for threaded based reading and parsing tasks such as data files via http, or file system and ...
Sole purpose is to read the URLs where VATSIM data can be downloaded.
void dataRead(swift::misc::network::CEntityFlags::Entity entity, swift::misc::network::CEntityFlags::ReadState state, int bytes)
Data have been read.
void statusFileRead(int bytes)
Data have been read.
ReadState
State of operation.
Value object encapsulating information of a location, kind of simplified CValueObject compliant versi...
#define SWIFT_CORE_EXPORT
Export a class or function from the library.