1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#define FL_ERROR 1
25#define FL_INDICATE 2
26#define FL_PARAMETERS 3
27
28#define FT_POSITIVE 1
29#define FT_NEGATIVE 2
30
31#define RB_NONE 1
32#define RB_CONST 2
33#define RB_PERCENT 3
34#define RB_FUNCTION 4
35#define RB_BOTH 5
36#define RB_POSITIVE 6
37#define RB_NEGATIVE 7
38#define RB_RANGE 8
39
40#define ED_RANGE_POSITIVE 1
41#define ED_RANGE_NEGATIVE 2
42
43#define FI_BOTH 1
44#define FI_POSITIVE 2
45#define FI_NEGATIVE 3
46#define IB_RANGE_POSITIVE 4
47#define IB_RANGE_NEGATIVE 5
48
49#define LB_FUNCTION 1
50
51#define MF_POSITIVE 1
52#define MF_NEGATIVE 2
53
54#define CB_SYN_POS_NEG 1
55
56#define CHART_LB_FUNCTION_STD_ERROR     0
57#define CHART_LB_FUNCTION_STD_DEV       1
58#define CHART_LB_FUNCTION_VARIANCE      2
59#define CHART_LB_FUNCTION_ERROR_MARGIN  3
60