#include <ca_server.h>
Inheritance diagram for CAServer:
Public Methods | |
CAServer () | |
~CAServer () | |
void | serverCycle () |
CAServer* | GetTarget (const SOAPEnvelope &request) |
void | soap_scanSense (const SOAPMethod &request, SOAPMethod &response) |
|
constructor: registers functions.
|
|
destructor:ts.
|
|
returns pointer to this instance of the class.
|
|
the server processing cycle. all the computation done by the server at each cycle goes here this function is called automatically when the last agent finished its cycle Reimplemented from DALT_Server::DALTServer. |
|
scan a given sense for a given entity.
Reimplemented from DALT_Server::DALTServer. |