00001 00026 #ifndef BMS_STND_H 00027 #define BMS_STND_H 00028 00029 #include <Validity/VldTimeStamp.h> 00030 00031 class BMS_STND { 00032 public: 00033 BMS_STND(); 00034 ~BMS_STND(); 00035 00037 void Scan(VldTimeStamp begin = VldTimeStamp::GetBOT(), 00038 VldTimeStamp end = VldTimeStamp::GetEOT(), 00039 const char* folder = "BMS_STND"); 00040 00041 }; 00042 00043 00044 #endif // BMS_STND_H
1.3.9.1