Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

ParserTurnToTen.H

Go to the documentation of this file.
00001 
00006 #ifndef __PARSER_TURNTOTEN_
00007 #define __PARSER_TURNTOTEN_
00008 
00009 #include <list>
00010 #include "Parser.H"
00011 #include "Event.H"
00012 #include "HTMLGrabber.H"
00013 
00015 #define PARSERTTT_GRAB_RETRIES             5
00016 
00018 #define PARSERTTT_STARTINGURL_LENGTH       65
00019 
00021 #define PARSERTTT_TIMESTR_LENGTH           24
00022 
00023 //I need to triple check these numbers:
00024 //They look right enough, and a 1-hour error won't matter.
00026 #define PARSERTTT_FIRST_DST_BOUND_2006               1143957600
00027 
00028 #define PARSERTTT_SECOND_DST_BOUND_2006              1162105200
00029 
00030 
00031 
00037 class ParserTurnToTen : public Parser
00038 {
00039 public:
00041   ParserTurnToTen();
00043   ~ParserTurnToTen();
00044 
00046 
00049   list<Event> parseEvents();
00051 
00056   list<Event> parseEvents_t(int param1, int param2);
00057 
00058 
00059 private:
00060 
00061 
00062 };
00063   
00064 #endif /* ifndef __PARSER_TURNTOTEN_ */
00065   

Generated on Wed May 17 22:28:20 2006 for GeoEvents by  doxygen 1.4.2