![]() |
PhoenixSocket
1.0.0
Library which integrates socket unix use in Phoenix
|
Go to the source code of this file.
Functions | |
template<> | |
bool | checkValue< DataStreamType > (const std::string &testName, const std::vector< DataStreamType > &vecData, const std::vector< DataStreamType > &vecReferenceData) |
Check given value compare to the reference size. | |
bool | phoenix_loadMockSocket (const std::string &prefix, const std::string &host, size_t port, PVecMockMessage &vecMessage) |
Load a mock of socket. | |
bool | phoenix_saveMockSocket (const std::string &prefix, const std::string &host, size_t port, const PVecMockMessage &vecMessage) |
Save a mock of socket. | |
bool checkValue< DataStreamType > | ( | const std::string & | testName, |
const std::vector< DataStreamType > & | vecData, | ||
const std::vector< DataStreamType > & | vecReferenceData ) |
Check given value compare to the reference size.
testName | : name of the current test |
vecData | : vector of data to be checked |
vecReferenceData | : vector of reference data |
Definition at line 41 of file PMockBackend.cpp.
bool phoenix_loadMockSocket | ( | const std::string & | prefix, |
const std::string & | host, | ||
size_t | port, | ||
PVecMockMessage & | vecMessage ) |
Load a mock of socket.
fileName | : file name of the mock to be loaded | |
[out] | vecMessage | : vector of message to be loaded |
Definition at line 17 of file PMockBackend.cpp.
bool phoenix_saveMockSocket | ( | const std::string & | prefix, |
const std::string & | host, | ||
size_t | port, | ||
const PVecMockMessage & | vecMessage ) |
Save a mock of socket.
fileName | : file name of the mock to be saved | |
[out] | vecMessage | : vector of message to be saved |
Definition at line 28 of file PMockBackend.cpp.