• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

include/roc/defines_optic.h (r4864/r2227)

Go to the documentation of this file.
00001 #ifndef ROC_DEFINES_OPTIC_H
00002 #define ROC_DEFINES_OPTIC_H
00003 
00004 #define ROC_OPTICS_HWV     0x200000        // r
00005 
00006 // true if there are radiation mitigation techniques in use
00007 #define ROC_OPTICS_RADTOL     0x200004        // r
00008 
00009 // enable/disable data generator
00010 #define ROC_OPTICS_DATAGEN 0x200300        // W
00011 
00012 // start daq, enables sending of data from ROC via optic
00013 #define ROC_OPTICS_START_DAQ      0x200100       // w
00014 
00015 // stop daq, disables sending of data from ROC via optic
00016 #define ROC_OPTICS_STOP_DAQ       0x200104        // w
00017 
00018 #define ROC_OPTICS_DLMGEN         0x201000        // w
00019 #define ROC_OPTICS_DLM_HISTORY    0x201004        // r
00020 
00021 
00022 #endif

Generated on Tue Dec 10 2013 04:52:22 for ROCsoft by  doxygen 1.7.1