7#ifndef __DAEMON_EMPTY_BACKEND_H__
8#define __DAEMON_EMPTY_BACKEND_H__
12#include "PGenericSocketManager.h"
13#include "phoenix_clock.h"
23 PGenericSocketManager<PString, SocketBackend, SocketMock>
socketManager;
25 PGenericClock<PClockNs, PClockMock>
clock;
Simple, default backend of the Daemon to manage Socket and Clock.
PEmptySocketGenerator SocketBackend
Define the socket backend.
PGenericSocketManager< PString, SocketBackend, SocketMock > socketManager
Socket manager with no official backend.
PGenericClock< PClockNs, PClockMock > clock
Clock backend.
SocketMock::Param extraMockServerParam
Extra parameters used by the current Daemon to create its socket for mock.
PMockSocketGenerator SocketMock
Define the socket 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...
SocketBackend::Param extraServerParam
Extra parameters used by the current Daemon to create its socket.