forces update

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@74 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
bergamaschi
2011-12-09 15:48:26 +00:00
parent a77a6bac21
commit c9a314d829
9 changed files with 766 additions and 381 deletions

View File

@ -159,7 +159,8 @@ enum dimension {
enum {
OK, /**< function succeeded */
FAIL, /**< function failed */
FINISHED /**< acquisition finished */
FINISHED, /**< acquisition finished */
FORCE_UPDATE
};
/**
@ -475,7 +476,9 @@ enum {
F_GET_LAST_CLIENT_IP, /**< returns the IP of the client last connected to the detector */
F_SET_PORT /**< Changes communication port of the server */
F_SET_PORT, /**< Changes communication port of the server */
F_UPDATE_CLIENT /**< Returns all the important parameters to update the shared memory of the client */
/* Always append functions hereafter!!! */