mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
doxygen for slsReceiver and slsReceiverInterface
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@315 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
/**
|
||||
@short interface between sls detector and sls receiver
|
||||
@short
|
||||
*/
|
||||
class receiverInterface{
|
||||
|
||||
@ -35,7 +35,10 @@ public:
|
||||
*/
|
||||
virtual ~receiverInterface();
|
||||
|
||||
|
||||
/**
|
||||
* Set the datasocket
|
||||
* @param socket the data socket
|
||||
*/
|
||||
void setSocket(MySocketTCP *socket){dataSocket=socket;};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user