included lock receiver and update clients for receiver

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@284 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-10-03 15:12:33 +00:00
parent 980d7ecce0
commit e5c5b76236
8 changed files with 297 additions and 30 deletions

View File

@ -105,6 +105,9 @@ enum {
F_RESET_COUNTER_BLOCK, /**< resets the counter block memory for gotthard */
//receiver
F_SET_RECEIVER_FILE_NAME, /**< sets receiver file name */
F_SET_RECEIVER_FILE_DIR, /**< sets receiver file directory */
@ -117,7 +120,9 @@ enum {
F_GET_RECEIVER_STATUS, /**< gets the status of receiver listening mode */
F_GET_FRAMES_CAUGHT /**< gets the number of frames caught by receiver */
F_GET_FRAMES_CAUGHT, /**< gets the number of frames caught by receiver */
F_LOCK_RECEIVER, /**< locks receiver */
/* Always append functions hereafter!!! */