PhoenixZMQ  2.0.0
Library which integrates zeromq use in Phoenix
PMockSocket Struct Reference

Data to be used to handle the mock socket. More...

#include <PMockBackend.h>

+ Collaboration diagram for PMockSocket:

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...
 

Detailed Description

Data to be used to handle the mock socket.

Definition at line 26 of file PMockBackend.h.

Member Data Documentation

◆ eventIndex

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().

◆ fileNameMessage

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().

◆ param

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().

◆ vecMessage

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().


The documentation for this struct was generated from the following file: