CFEL - ASG Software Suite  2.5.0
CASS
Functions
soapserver.h File Reference

cass SOAP server definition More...

Go to the source code of this file.

Functions

int ns__quit (bool *success)
 
int ns__readini (size_t what, bool *success)
 
int ns__writeini (size_t what, bool *success)
 
int ns__clearHistogram (std::string type, bool *success)
 
int ns__receiveCommand (std::string type, std::string command, bool *success)
 
int ns__getPostprocessorIds (bool *success)
 
int ns__getEvent (size_t type, unsigned t1, unsigned t2, bool *success)
 
int ns__getHistogram (std::string type, ULONG64 eventId, bool *success)
 
int ns__getResults (bool sameEventId, bool *success)
 
int ns__controlDarkcal (std::string controlCommand, bool *success)
 

Detailed Description

cass SOAP server definition

This is a gSOAP header file with web service definitions

Author
Jochen Kuepper

Definition in file soapserver.h.

Function Documentation

int ns__clearHistogram ( std::string  type,
bool *  success 
)
int ns__controlDarkcal ( std::string  controlCommand,
bool *  success 
)
int ns__getEvent ( size_t  type,
unsigned  t1,
unsigned  t2,
bool *  success 
)
int ns__getHistogram ( std::string  type,
ULONG64  eventId,
bool *  success 
)
int ns__getPostprocessorIds ( bool *  success)
int ns__getResults ( bool  sameEventId,
bool *  success 
)
int ns__quit ( bool *  success)
int ns__readini ( size_t  what,
bool *  success 
)
int ns__receiveCommand ( std::string  type,
std::string  command,
bool *  success 
)
int ns__writeini ( size_t  what,
bool *  success 
)