QApolloMonitorDefs.hh File Reference
Detailed Description
Go to the source code of this file.
|
Namespaces |
namespace | QApolloMonitorDefs |
Enumerations |
enum | QApolloMonitorDefs::QMonitorEventType_t {
QApolloMonitorDefs::QUnassigned_t = 0,
QApolloMonitorDefs::QBolometer_t = 1,
QApolloMonitorDefs::QHeater_t = 2,
QApolloMonitorDefs::QNoise_t = 3,
QApolloMonitorDefs::QMuon_t = 4
} |
| available event types in the context of online data monitoring More...
|
enum | QApolloMonitorDefs::QMonitorVariable_t {
QApolloMonitorDefs::LgChannel = 1,
QApolloMonitorDefs::SamplingRate = 2,
QApolloMonitorDefs::TimeSec = 3,
QApolloMonitorDefs::TimeUnix = 4,
QApolloMonitorDefs::Type = 5,
QApolloMonitorDefs::Debug = 49,
QApolloMonitorDefs::UpperBound = 50
} |
| associate a name to the bins of the histogram used to contain bare variables More...
|
Functions |
std::string | QApolloMonitorDefs::EventTypeToString (QApolloMonitorDefs::QMonitorEventType_t type) |
Variables |
const std::string | QApolloMonitorDefs::kMPulse = "ch_pulse" |
const std::string | QApolloMonitorDefs::kMRateSignal = "gh_rate_signal" |
const std::string | QApolloMonitorDefs::kMRateNoise = "gh_rate_noise" |
const std::string | QApolloMonitorDefs::kMRateHeater = "gh_rate_heater" |
const std::string | QApolloMonitorDefs::kMSpectrumSignal = "gh_spectrum_signal" |
const std::string | QApolloMonitorDefs::kMSpectrumNoise = "gh_spectrum_noise" |
const std::string | QApolloMonitorDefs::kMSpectrumHeater = "gh_spectrum_heater" |
const std::string | QApolloMonitorDefs::kMVariables = "gh_variables" |