#include <ca_client.h>
Inheritance diagram for CAClient:
Public Methods | |
CAClient (int port_no, string server) | |
virtual CAClient* | GetTarget (const SOAPEnvelope &request) |
returns pointer to this instance of the class. More... | |
int | createAgent (string type, int id) |
this function gets called each time a createAgent message is received. More... | |
void | soap_actionRequest (const SOAPMethod &request, SOAPMethod &response) |
this method is called when an action is to be posted to an agent. More... |
Definition at line 35 of file ca_client.h.
|
|
|
returns pointer to this instance of the class.
Definition at line 41 of file ca_client.h. 00041 { return this; } |
|
this function gets called each time a createAgent message is received. It has to be overloaded by each simulation
Reimplemented from DALT_Client::DALTClient. |
|
this method is called when an action is to be posted to an agent. The client handles the decoding and calling the executeAction method for the right agent
Reimplemented from DALT_Client::DALTClient. |