-
Notifications
You must be signed in to change notification settings - Fork 0
/
Errors.h
32 lines (24 loc) · 936 Bytes
/
Errors.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
///////////////////////////////////////////////
// GENERAL
//
#define SUCCESS 0
///////////////////////////////////////////////
// SECTION 3.1 ERROR CODES
//
#define ERROR31__FREQUENCY 3100
#define ERROR31__ANTENNA_HEIGHT 3101
#define ERROR31__STREET_WIDTH 3102
#define ERROR31__CLUTTER_HEIGHT 3103
#define ERROR31__CLUTTER_TYPE 3104
///////////////////////////////////////////////
// SECTION 3.2 ERROR CODES
//
#define ERROR32__FREQUENCY 3200
#define ERROR32__DISTANCE 3201
#define ERROR32__PERCENTAGE 3202
///////////////////////////////////////////////
// SECTION 3.3 ERROR CODES
//
#define ERROR33__FREQUENCY 3300
#define ERROR33__THETA 3301
#define ERROR33__PERCENTAGE 3302