53 #ifndef __OFX_INVADERSAT_H
54 #define __OFX_INVADERSAT_H
64 #include "ofxXmlSettings.h"
250 mutable ofMutex _mutexCrawl;
252 mutable bool _immediate;
974 virtual void threadedFunction (
void);
977 TableRec
const* getTableBySensor (
SensorType sensor)
const;
979 ofxSATError receiveSpan (time_t begin, time_t end, time_t* result);
980 ofxSATError fetchXML (std::string
const& query, ofxXmlSettings* result)
const;
981 void waitRetry (
void);
982 void pushCrawl (
bool immediate)
const;
983 bool popCrawl (
void)
const;
984 bool remainsCrawl (
void)
const;
985 bool isImmediate (
void)
const;
986 static std::string convertToUNIXTime (
ofxSATTime const& time);
987 static std::string convertToUNIXTime (time_t time);
989 static std::string convertToUNIXTime (time_t begin, time_t end);
991 static ofxSATError convertUNIXTimeTo (std::string
const&
string, time_t* result);