//------------------------------------------------------------------------------ // Master data manager class -- // (C) Piero Giubilato 2008, Berkeley Lab -- //------------------------------------------------------------------------------ //______________________________________________________________________________ // {Trace} // [File name] "data_Master.h" // [Author] "Piero Giubilato" // [Version] "0.1" // [Modified by] "Piero Giubilato" // [Last revision] "17 Jan 2008" // [Language] "C++" // [Compiler] "Visual C++ 8.x 9.x" // [Member of] "Cool SEAL" // [Project] "SEAL" // [Description] "Manages the raw data coming from the communication libraries" // "and redirects them to the data storage and data analysisis classes." // [Key documentation] // "Visual C++ Reference Help" // "comm_USB class references" // {Trace} //______________________________________________________________________________ // Overloading check #ifndef data_Master_H #define data_Master_H //______________________________________________________________________________ class data_Master: { private: public: }; // End of overloading check #endif