updated jungfrau server binary

This commit is contained in:
maliakal_d 2018-10-11 14:33:13 +02:00
parent ee20932392
commit 32924def33
13 changed files with 17 additions and 19 deletions

View File

@ -1 +1 @@
../../../slsSupportLib/include/ansi.h
../../slsSupportLib/include/ansi.h

View File

@ -1 +1 @@
../../../slsSupportLib/include/communication_funcs.c
../../slsSupportLib/include/communication_funcs.c

View File

@ -1 +1 @@
../../../slsSupportLib/include/communication_funcs.h
../../slsSupportLib/include/communication_funcs.h

View File

@ -1,9 +1,9 @@
Path: slsDetectorPackage/slsDetectorSoftware/slsDetectorServers/jungfrauDetectorServer
Path: slsDetectorPackage/slsDetectorServers/jungfrauDetectorServer
URL: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
Repository Root: origin git@github.com:slsdetectorgroup/slsDetectorPackage.git
Repsitory UUID: b9f97f42a6a369dfb5c484bffeaa7a417e9cbca1
Repsitory UUID: ee20932392a576a700f48140be02acb94b7eb6de
Revision: 1
Branch: refactor
Last Changed Author: Dhanya_Thattil
Last Changed Rev: 4067
Last Changed Date: 2018-10-08 13:53:39.000000002 +0200 ./Makefile.virtual
Last Changed Rev: 4103
Last Changed Date: 2018-10-11 13:46:09.000000002 +0200 ./RegisterDefs.h

View File

@ -1,6 +1,6 @@
#define GITURL "git@github.com:slsdetectorgroup/slsDetectorPackage.git"
#define GITREPUUID "b9f97f42a6a369dfb5c484bffeaa7a417e9cbca1"
#define GITREPUUID "ee20932392a576a700f48140be02acb94b7eb6de"
#define GITAUTH "Dhanya_Thattil"
#define GITREV 0x4067
#define GITDATE 0x20181008
#define GITREV 0x4103
#define GITDATE 0x20181011
#define GITBRANCH "refactor"

View File

@ -1 +1 @@
../../../slsSupportLib/include/sls_detector_defs.h
../../slsSupportLib/include/sls_detector_defs.h

View File

@ -1 +1 @@
../../../slsSupportLib/include/sls_detector_funcs.h
../../slsSupportLib/include/sls_detector_funcs.h

View File

@ -1 +0,0 @@
../../../slsSupportLib/include/sls_receiver_defs.h

View File

@ -1 +0,0 @@
../../../slsSupportLib/include/sls_receiver_funcs.h

View File

@ -1,12 +1,12 @@
SERVER=jungfrauDetectorServer
MAINDIR=slsDetectorPackage
SPECDIR=slsDetectorSoftware/slsDetectorServers/$SERVER
SPECDIR=slsDetectorServers/$SERVER
TMPFILE=gitInfoJungfrauTmp.h
INCLFILE=gitInfoJungfrau.h
#evaluate the variables
EVALFILE=../../../evalVersionVariables.sh
EVALFILE=../../evalVersionVariables.sh
source $EVALFILE
@ -25,7 +25,7 @@ OLDDATE=$(more $INCLFILE | grep '#define GITDATE' | awk '{print $3}')
#update INCLFILE if changes
if [ "$OLDDATE" != "$NEWDATE" ]; then
echo Path: ${MAINDIR}/${SPECDIR} $'\n'URL: ${GITREPO} $'\n'Repository Root: ${GITREPO} $'\n'Repsitory UUID: ${REPUID} $'\n'Revision: ${FOLDERREV} $'\n'Branch: ${BRANCH} $'\n'Last Changed Author: ${AUTH1}_${AUTH2} $'\n'Last Changed Rev: ${REV} $'\n'Last Changed Date: ${RDATE} > gitInfo.txt
cd ../../../
cd ../../
./genVersionHeader.sh $SPECDIR/gitInfo.txt $SPECDIR/$TMPFILE $SPECDIR/$INCLFILE
cd $WD
fi

View File

@ -1 +1 @@
../../../slsSupportLib/include/versionAPI.h
../../slsSupportLib/include/versionAPI.h

View File

@ -1,6 +1,6 @@
/** API versions */
#define APIRECEIVER 0x180927
#define APIEIGER 0x181008
#define APIJUNGFRAU 0x180925
#define APIJUNGFRAU 0x181008
#define APIGOTTHARD 0x180928