Inheritance diagram for QApolloDbSlow:
Public Member Functions | |
QApolloDbSlow () | |
default constructor | |
QApolloDbSlow (unsigned short settingsBasket) | |
special constructor for db initialization | |
bool | Reset (unsigned short settingsBasket) |
reset db and put it in "tuning" mode (electronics tuning allowed) | |
bool | ResetRun () |
reset db and put it in running mode (physics run is going on) |
QApolloDbSlow::QApolloDbSlow | ( | ) |
default constructor
this constructor assumes that db has already been initialized. An error is thrown if db is uninitialized
QApolloDbSlow::QApolloDbSlow | ( | unsigned short | settingsBasket | ) |
special constructor for db initialization
settingsBasket | if settingsBasket is greater than zero, method Reset(settingsBasket) is called. If it is zero, ResetRun() method is called. |