![]() |
PhoenixZMQ
2.0.0
Library which integrates zeromq 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. More... | |
std::string | fileNameMessage |
Name of the file to read messages. More... | |
PMockParam | param |
Parameters of the mock. More... | |
PVecMockMessage | vecMessage |
Vector of messages. More... | |
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(), and PMockBackend::send().
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().