Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
3e27e299
Commit
3e27e299
authored
May 22, 2019
by
Micha Mueller
Browse files
Add getStatus method to AnalyticsManager
parent
3e412ee2
Changes
1
Hide whitespace changes
Inline
Side-by-side
analytics/AnalyticsManager.h
View file @
3e27e299
...
...
@@ -160,6 +160,13 @@ public:
*/
std
::
vector
<
an_dl_t
>&
getPlugins
()
{
return
_plugins
;
}
/**
* @brief Get current status of analytics manager
*
* @return Status of this analytics manager
*/
managerState_t
getStatus
()
{
return
_status
;
}
// String used as a response for the REST GET /help command
const
string
restCheatSheet
=
"dcdbpusher analytics RESTful API cheatsheet:
\n
"
" -GET: /analytics/plugins List of currently loaded plugins (Discovery)
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment