Go to the documentation of this file.
12 #ifndef CONSENSUS_CONFIG_H
13 #define CONSENSUS_CONFIG_H
15 #define CONSENSUS_CONFIG_ID "consensus" // manager id
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"
26 #error consensus_config.h included twice
27 #endif // CONSENSUS_CONFIG_H