source: branches/alilink/SL/CONSENSUS/consensus_config.h

Last change on this file was 14368, checked in by westram, 9 years ago
  • move consensus_config.h to SL/CONSENSUS
File size: 1.1 KB
Line 
1// ============================================================= //
2//                                                               //
3//   File      : consensus_config.h                              //
4//   Purpose   : Define names for consensus config managers      //
5//               (to make sure both use same IDs)                //
6//                                                               //
7//   Coded by Ralf Westram (coder@reallysoft.de) in April 2015   //
8//   http://www.arb-home.de/                                     //
9//                                                               //
10// ============================================================= //
11
12#ifndef CONSENSUS_CONFIG_H
13#define CONSENSUS_CONFIG_H
14
15#define CONSENSUS_CONFIG_ID "consensus" // manager id
16
17// CommonEntries:
18#define CONSENSUS_CONFIG_COUNTGAPS   "countgaps"
19#define CONSENSUS_CONFIG_GAPBOUND    "gapbound"
20#define CONSENSUS_CONFIG_GROUP       "group"
21#define CONSENSUS_CONFIG_CONSIDBOUND "considbound"
22#define CONSENSUS_CONFIG_UPPER       "upper"
23#define CONSENSUS_CONFIG_LOWER       "lower"
24
25#else
26#error consensus_config.h included twice
27#endif // CONSENSUS_CONFIG_H
Note: See TracBrowser for help on using the repository browser.