![]() |
PhoenixSocket
1.0.0
Library which integrates socket unix use in Phoenix
|
Data to be used to handle the mock socket. More...
#include <PMockBackend.h>
Public Attributes | |
size_t | eventIndex |
Index of the current message. | |
std::string | fileNameMessage |
Name of the file to read messages. | |
PMockParam | param |
Parameters of the mock. | |
PVecMockMessage | vecMessage |
Vector of messages. | |
Data to be used to handle the mock socket.
Definition at line 26 of file PMockBackend.h.
size_t PMockSocket::eventIndex |
Index of the current message.
Definition at line 34 of file PMockBackend.h.
Referenced by PMockBackend::createClientSocket(), PMockBackend::recv(), and PMockBackend::send().
std::string PMockSocket::fileNameMessage |
Name of the file to read messages.
Definition at line 30 of file PMockBackend.h.
Referenced by PMockBackend::close(), and PMockBackend::createClientSocket().
PMockParam PMockSocket::param |
Parameters of the mock.
Definition at line 28 of file PMockBackend.h.
Referenced by PMockBackend::close(), PMockBackend::createClientSocket(), PMockBackend::recv(), PMockBackend::send(), PMockBackend::setIsMockRecord(), and PMockBackend::setMockPrefix().
PVecMockMessage PMockSocket::vecMessage |
Vector of messages.
Definition at line 32 of file PMockBackend.h.
Referenced by PMockBackend::close(), PMockBackend::createClientSocket(), PMockBackend::recv(), and PMockBackend::send().