#include <FeeClient.hpp>
Public Member Functions | |
FeeClient (InterCom *pInterCom) | |
FeeClient (const FeeClient &feeCl) | |
FeeClient & | operator= (const FeeClient &feeCl) |
~FeeClient () | |
void | infoHandler () |
int | subscribeTo (std::vector< char * > *servers, std::vector< char * > *pServices) |
|
Constructor of the FeeClient. This client holds the connection to the FeeServer.
|
|
Copy constructor of FeeClient |
|
Destructor of the FeeClient |
|
The infoHandler for incomming data of the FeeServer. |
|
Function to subscribe to certain services. Gets a vector with char* containing: "ServerName", concatenates "/Acknowledge" and subscribes to it. Same with "/Mesage". additionally gets a vector with char* containing: "ServerName/ServiceName".
|