SNode.C
|
Namespaces | |
namespace | eventreceiver |
namespace | file |
namespace | multiplexer |
namespace | pipe |
namespace | socket |
namespace | ssl |
namespace | system |
namespace | timer |
Classes | |
class | Descriptor |
class | DescriptorEventPublisher |
class | DescriptorEventReceiver |
class | DynamicLoader |
class | Event |
class | EventLoop |
class | EventMultiplexer |
class | EventReceiver |
class | Observer |
class | SNodeC |
class | Timer |
class | TimerEventPublisher |
class | TimerEventReceiver |
Enumerations | |
enum class | State { LOADED , INITIALIZED , RUNNING , STOPPING } |
enum class | TickStatus { SUCCESS , INTERRUPTED , NOOBSERVER , TRACE } |
Functions | |
static std::string | getTickCounterAsString (const el::LogMessage *logMessage) |
State | eventLoopState () |
|
strong |
|
strong |
Enumerator | |
---|---|
SUCCESS | |
INTERRUPTED | |
NOOBSERVER | |
TRACE |
Definition at line 51 of file TickStatus.h.
State core::eventLoopState | ( | ) |
Definition at line 52 of file State.cpp.
References core::EventLoop::getEventLoopState().
Referenced by core::TimerEventReceiver::enable(), core::socket::stream::tls::SocketAcceptor< PhysicalSocketServerT, ConfigT >::init(), core::socket::stream::tls::SocketConnector< PhysicalSocketClientT, ConfigT >::init(), core::file::FileReader::onEvent(), core::socket::stream::SocketClient< SocketConnectorT, SocketContextFactoryT, Args >::realConnect(), core::socket::stream::SocketAcceptor< PhysicalSocketServerT, ConfigT, SocketConnectionT >::SocketAcceptor(), core::socket::stream::SocketAcceptor< PhysicalSocketServerT, ConfigT, SocketConnectionT >::SocketAcceptor(), core::socket::stream::SocketConnector< PhysicalSocketClientT, ConfigT, SocketConnectionT >::SocketConnector(), and core::socket::stream::SocketConnector< PhysicalSocketClientT, ConfigT, SocketConnectionT >::SocketConnector().
|
static |
Definition at line 65 of file EventLoop.cpp.
References core::EventLoop::getTickCounter().
Referenced by core::EventLoop::init().