salsa  0.4.0
 All Classes Functions Variables Typedefs Enumerations Pages
Salsa::Poller Class Referenceabstract

Base Poller class. More...

#include <Poller.hh>

Inheritance diagram for Salsa::Poller:
Salsa::Object Salsa::PollerZmq

Public Member Functions

 Poller ()
 
virtual ~Poller ()
 
virtual void * wait (int timeout=-1)=0
 Waiting for socket.
 

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.
 

Detailed Description

Constructor & Destructor Documentation

Salsa::Poller::Poller ( )

Constructor

Definition at line 4 of file Poller.cc.

Salsa::Poller::~Poller ( )
virtual

Destructor

Definition at line 10 of file Poller.cc.


The documentation for this class was generated from the following files: