Base Publisher class
More...
#include <Publisher.hh>
|
| Publisher (std::string url="") |
|
virtual | ~Publisher () |
|
virtual void | publish (std::string id, std::string name, std::string data)=0 |
| Publish TODO publish what?
|
|
std::string | url () const |
| Returns url.
|
|
|
static std::shared_ptr< spdlog::logger > | getConsoleOutput () |
| Get console output.
|
|
static void | setConsoleLevel (spdlog::level::level_enum level) |
| Sets console log level.
|
|
|
std::string | mURL |
| Url to publish.
|
|
◆ Publisher()
Salsa::Publisher::Publisher |
( |
std::string |
url = "" | ) |
|
◆ ~Publisher()
Salsa::Publisher::~Publisher |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: