Public Member Functions | |
QApolloDbGui () | |
ctor | |
virtual | ~QApolloDbGui () |
dtor | |
bool | ResetRun () |
try to reset db status assuming that there is an active run | |
void | InsertUserComments (const std::string &comment, bool start) |
insert user comments into the user_infos table |
bool QApolloDbGui::ResetRun | ( | ) |
try to reset db status assuming that there is an active run
References QApolloDbBase::Get(), QError::GetCode(), and QApolloDbBase::ResetRun().
Referenced by QGuiScope::GetActiveChannels(), and QGUIHistogramDisplay::GetActiveChannels().
void QApolloDbGui::InsertUserComments | ( | const std::string & | comment, | |
bool | start | |||
) |
insert user comments into the user_infos table
comment | user comment to be inserted into db | |
start | allow to select between start and stop comments: true is for start comments, false for stop comments |