AraDisplay/AraDisplayConventions.h
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 #ifndef ARADISPLAYCONVENTIONS_H 00012 #define ARADISPLAYCONVENTIONS_H 00013 00014 #ifndef ROOT_Rtypes 00015 #if !defined(__CINT__) || defined(__MAKECINT__) 00016 #include "Rtypes.h" 00017 #endif 00018 #endif 00019 00020 00022 00025 namespace AraDisplayFormatOption { 00026 typedef enum EAraDisplayFormatOption { 00027 kWaveform = 0, 00028 kPowerSpectralDensity = 1, 00029 kFFT = 1, 00030 kHilbertEnvelope, 00031 kAveragedFFT 00032 } AraDisplayFormatOption_t; 00033 }; 00034 00035 00036 00037 namespace AraDisplayCanvasLayoutOption { 00038 typedef enum EAraDisplayCanvasLayoutOption{ 00039 kElectronicsView = 0, 00040 kAntennaView = 1, 00041 kRFChanView = 2, 00042 kIntMapView = 3 00043 } AraDisplayCanvasLayoutOption_t; 00044 } 00045 00046 int getNiceColour(int ind); 00047 int getMarker(int ind); 00048 00049 #endif //ARADISPLAYCONVENTIONS_H
Generated on Mon Jun 3 16:10:04 2013 for ARA ROOT v3.9 Software by
