mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
32 lines
617 B
C
32 lines
617 B
C
/*
|
|
* slsDetectorServer_defs.h
|
|
*
|
|
* Created on: Jan 24, 2013
|
|
* Author: l_maliakal_d
|
|
*/
|
|
|
|
#ifndef SLSDETECTORSERVER_DEFS_H_
|
|
#define SLSDETECTORSERVER_DEFS_H_
|
|
|
|
#include "sls_detector_defs.h"
|
|
#include <stdint.h>
|
|
|
|
/** This is only an example file!!! */
|
|
|
|
/*
|
|
#define GOODBYE (-200)
|
|
enum DAC_INDEX {examplesdac}
|
|
|
|
Hardware Definitions
|
|
#define NMAXMOD (1)
|
|
#define NMOD (1)
|
|
#define NCHAN (256 * 256)
|
|
#define NCHIP (4)
|
|
#define NADC (0)
|
|
#define NDAC (16)
|
|
#define NGAIN (0)
|
|
#define NOFFSET (0)
|
|
*/
|
|
|
|
#endif /* SLSDETECTORSERVER_DEFS_H_ */
|