00001 /******************************************************************** 00002 * The Data Acquisition Backbone Core (DABC) 00003 ******************************************************************** 00004 * Copyright (C) 2009- 00005 * GSI Helmholtzzentrum fuer Schwerionenforschung GmbH 00006 * Planckstr. 1 00007 * 64291 Darmstadt 00008 * Germany 00009 * Contact: http://dabc.gsi.de 00010 ******************************************************************** 00011 * This software can be used under the GPL license agreements as stated 00012 * in LICENSE.txt file which is part of the distribution. 00013 ********************************************************************/ 00014 #include "dabc/records.h" 00015 00016 #ifdef __cpluscplus 00017 namespace dabc 00018 { 00019 #endif 00020 00021 const char* HistogramRecDesc = "L:1;F:1;F:1;C:32;C:32;C:16;L"; 00022 const char* StatusRecDesc = "L:1;C:16;C:16"; 00023 const char* InfoRecDesc = "L:1;C:16;C:128"; 00024 const char* RateRecDesc = "F:1;L:1;F:1;F:1;F:1;F:1;C:16;C:16;C:16"; 00025 00026 const char* col_Red = "Red"; 00027 const char* col_Green = "Green"; 00028 const char* col_Blue = "Blue"; 00029 const char* col_Cyan = "Cyan"; 00030 const char* col_Yellow = "Yellow"; 00031 const char* col_Magenta = "Magenta"; 00032 00033 #ifdef __cpluscplus 00034 } 00035 #endif