Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BDDevices.h

Go to the documentation of this file.
00001 
00024 #ifndef BDDEVICES_H
00025 #define BDDEVICES_H
00026 
00027 #include <vector>
00028 #include <string>
00029 
00030 class BDDevices {
00031 public:
00032 
00033     static std::vector<std::string> SwicDevices();
00034     static std::vector<std::string> ProfileMonitors();
00035     static std::vector<std::string> BpmPositions();
00036     static std::vector<std::string> BpmIntensities();
00037     static std::vector<std::string> Toroids();
00038     static std::vector<std::string> HadMuMonitors();
00039 
00040 };
00041 
00042 #endif  // BDDEVICES_H

Generated on Mon Feb 15 11:06:23 2010 for loon by  doxygen 1.3.9.1