Header after/before bug solved in text client - implemented commands to change DACs other than threshold (also for chiptestboard)

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@33 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
bergamaschi
2011-04-18 14:00:54 +00:00
parent be173eaee1
commit 3367bb3026
3 changed files with 162 additions and 19 deletions

View File

@ -248,7 +248,13 @@ enum dacIndex {
SHAPER2, /**< shaper2 feedback */
TEMPERATURE, /**< temperature sensor (adc) */
HUMIDITY, /**< humidity sensor (adc) */
DETECTOR_BIAS /**< detector bias */
DETECTOR_BIAS, /**< detector bias */
VA_POT, /**< power supply va */
VDD_POT, /**< chiptest board power supply vdd */
VSH_POT, /**< chiptest board power supply vsh */
VIO_POT, /**< chiptest board power supply va */
HV_POT /**< chiptest board high voltage */
};
/**
@ -372,7 +378,7 @@ enum correctionFlags {
enum {
// General purpose functions
F_EXEC_COMMAND, /**< command is executed */
F_EXEC_COMMAND=0, /**< command is executed */
F_GET_ERROR, /**< return detector error status */
// configuration functions