defined a default and register call back function to write receiver data

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@473 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-02-26 10:19:05 +00:00
parent 0e9b32fb33
commit 28d2d64f51
7 changed files with 83 additions and 24 deletions

View File

@ -60,6 +60,16 @@ $Revision: 464 $
/** get flag form most functions */
#define GET_FLAG -1
#ifdef MYROOT
/** @short class containing all the structures, constants and enum definitions */
class slsDetectorDefs {
public:
slsDetectorDefs(){};
#endif
enum {startScript, scriptBefore, headerBefore, headerAfter,scriptAfter, stopScript, enCalLog, angCalLog, MAX_ACTIONS};
@ -526,11 +536,19 @@ enum angleConversionParameter {
//} angleConversionConstant;
#ifdef __cplusplus
protected:
#endif
#ifndef MYROOT
#include "sls_detector_funcs.h"
#endif
#ifdef __cplusplus
};
#endif
;
#endif
;