salsa
0.3.0
|
#include <Publisher.hh>
Public Member Functions | |
Publisher (std::string url="") | |
virtual | ~Publisher () |
virtual void | publish (std::string group, std::string id, std::string data)=0 |
Publish TODO publish what? | |
std::string | url () const |
Returns url. | |
Static Public Member Functions | |
static std::shared_ptr < spdlog::logger > | getConsoleOutput () |
Get console output. | |
static void | setConsoleLevel (spdlog::level::level_enum level) |
Sets console log level. | |
Protected Attributes | |
std::string | mURL |
Url to publish. | |
Base Publisher class.
Definition at line 14 of file Publisher.hh.
Salsa::Publisher::Publisher | ( | std::string | url = "" | ) |
Constructor
Definition at line 4 of file Publisher.cc.
|
virtual |
Destructor
Definition at line 10 of file Publisher.cc.