7#ifndef __DAEMON_EMPTY_BACKEND_H__
8#define __DAEMON_EMPTY_BACKEND_H__
11#include "PGenericSocketManager.h"
12#include "phoenix_clock.h"
22 PGenericSocketManager<PString, SocketBackend, SocketMock>
socketManager;
24 PGenericClock<PClockNsBackend, PClockMock>
clock;
Simple, default backend of the Daemon to manage Socket and Clock.
PGenericClock< PClockNsBackend, PClockMock > clock
Clock backend.
PMockBackend SocketMock
Define the socket mock.
PGenericSocketManager< PString, SocketBackend, SocketMock > socketManager
Socket manager with no official backend.
SocketMock::Param extraMockServerParam
Extra parameters used by the current Daemon to create its socket for mock.
SocketBackend::Param extraClientParam
Extra parameters used by the current Daemon to create sockets to communicate with other Daemon.
SocketMock::Param extraMockClientParam
Extra parameters used by the current Daemon to create sockets to communicate with other Daemon for mo...
PEmptyBackend SocketBackend
Define the socket backend.
SocketBackend::Param extraServerParam
Extra parameters used by the current Daemon to create its socket.