added receiver functions

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@270 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-10-02 15:12:58 +00:00
parent 924f583be9
commit 3232ce8dac
2 changed files with 13 additions and 4 deletions

View File

@ -171,8 +171,8 @@ enum communicationProtocol{
Communication protocol (normally TCP)
*/
enum networkParameter {
CLIENT_IP, /**< client IP */
CLIENT_MAC, /**< client mac */
RECEIVER_IP, /**< receiver IP */
RECEIVER_MAC, /**< receiver mac */
SERVER_MAC /**< server MAC */
};
@ -228,6 +228,7 @@ enum {
ENABLED /**<flag enabled */
};
/**
use of the external signals
*/