/search.css" rel="stylesheet" type="text/css"/> /search.js">
Go to the source code of this file.
Namespaces | |
namespace | Site |
Defines an enum for a specific site: DayaBay, LingAo, Mid, or Far. | |
Enumerations | |
enum | Site::Site_t { Site::kUnknown = 0x00, Site::kDayaBay = 0x01, Site::kLingAo = 0x02, Site::kFar = 0x04, Site::kMid = 0x08, Site::kAberdeen = 0x10, Site::kSAB = 0x20, Site::kPMTBenchTest = 0x40, Site::kAll = kDayaBay | kLingAo | kFar | kMid | kAberdeen | kSAB | kPMTBenchTest } |
Functions | |
const char * | Site::AsString (Site_t site) |
const char * | Site::StringFromMask (int mask) |
Site_t | Site::FromString (const char *str) |
int | Site::MaskFromString (const char *str) |
int | Site::FullMask () |