1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 21:51:17 +01:00
GPXSee/src/map/ENC/objects.h

117 lines
2.1 KiB
C
Raw Normal View History

2022-11-04 09:03:36 +01:00
#ifndef ENC_OBJECTS_H
#define ENC_OBJECTS_H
#define AIRARE 2
#define ACHBRT 3
2022-11-04 09:03:36 +01:00
#define ACHARE 4
#define BCNCAR 5
#define BCNISD 6
#define BCNLAT 7
#define BCNSAW 8
#define BCNSPP 9
2022-11-17 08:25:53 +01:00
#define BERTHS 10
2022-11-04 09:03:36 +01:00
#define BRIDGE 11
#define BUISGL 12
#define BUAARE 13
#define BOYCAR 14
#define BOYINB 15
#define BOYISD 16
#define BOYLAT 17
#define BOYSAW 18
#define BOYSPP 19
#define CBLARE 20
2022-11-04 09:03:36 +01:00
#define CBLOHD 21
#define CBLSUB 22
2022-11-05 09:47:13 +01:00
#define CANALS 23
#define CGUSTA 29
2022-11-04 09:03:36 +01:00
#define COALNE 30
#define CONVYR 34
2022-11-19 23:55:17 +01:00
#define CRANES 35
#define DAMCON 38
2022-11-17 13:26:45 +01:00
#define DWRTPT 41
2022-11-04 09:03:36 +01:00
#define DEPARE 42
#define DEPCNT 43
2022-11-05 09:47:13 +01:00
#define DRGARE 46
2022-11-17 10:37:05 +01:00
#define DRYDOC 47
2022-11-04 09:03:36 +01:00
#define DMPGRD 48
#define DYKCON 49
#define FAIRWY 51
2022-11-19 16:15:50 +01:00
#define FNCLNE 52
2022-11-05 13:34:01 +01:00
#define FERYRT 53
2022-11-17 10:37:05 +01:00
#define FLODOC 57
2022-11-05 20:38:08 +01:00
#define GATCON 61
2022-11-04 09:03:36 +01:00
#define HRBFAC 64
#define HULKES 65
2022-11-04 09:03:36 +01:00
#define LAKARE 69
#define LNDARE 71
#define LNDELV 72
#define LNDMRK 74
#define LIGHTS 75
#define LOKBSN 79
2022-12-10 11:59:48 +01:00
#define MARKUL 82
2022-11-05 20:38:08 +01:00
#define MORFAC 84
2022-11-04 09:03:36 +01:00
#define NAVLNE 85
#define OBSTRN 86
2022-11-05 09:47:13 +01:00
#define OFSPLF 87
2022-11-04 09:03:36 +01:00
#define PILPNT 90
2022-12-10 18:41:35 +01:00
#define PILBOP 91
#define PIPARE 92
#define PIPOHD 93
2022-11-04 09:03:36 +01:00
#define PIPSOL 94
#define PONTON 95
2022-11-14 22:29:27 +01:00
#define PRCARE 96
#define PYLONS 98
#define RADSTA 102
#define RTPBCN 103
#define RDOSTA 105
2022-11-05 20:38:08 +01:00
#define RAILWY 106
2022-11-17 13:05:38 +01:00
#define RCRTCL 108
2022-11-10 09:43:14 +01:00
#define RECTRC 109
2022-11-04 22:47:21 +01:00
#define RESARE 112
2022-11-04 09:03:36 +01:00
#define RIVERS 114
2022-11-05 20:38:08 +01:00
#define ROADWY 116
2022-11-04 09:03:36 +01:00
#define SLCONS 122
2023-01-11 23:03:54 +01:00
#define SISTAT 123
#define SILTNK 125
2022-11-05 13:34:01 +01:00
#define SLOTOP 126
#define SMCFAC 128
2022-11-04 09:03:36 +01:00
#define SOUNDG 129
#define TSELNE 145
2022-11-04 22:47:21 +01:00
#define TSSBND 146
2022-11-14 22:29:27 +01:00
#define TSSLPT 148
2022-11-04 22:47:21 +01:00
#define TSEZNE 150
#define TUNNEL 151
2022-11-04 09:03:36 +01:00
#define UWTROC 153
2022-11-06 10:12:45 +01:00
#define UNSARE 154
2022-12-10 18:41:35 +01:00
#define WATTUR 156
2022-11-04 09:03:36 +01:00
#define WRECKS 159
#define M_COVR 302
2022-11-24 09:34:03 +01:00
#define I_ACHBRT 17000
#define I_ACHARE 17001
#define I_DISMAR 17004
2022-11-24 09:34:03 +01:00
#define I_RESARE 17005
2023-01-11 23:03:54 +01:00
#define I_SISTAT 17007
2022-11-24 09:34:03 +01:00
#define I_BERTHS 17010
#define I_BRIDGE 17011
#define I_CBLOHD 17012
#define I_FERYRT 17013
2022-12-08 00:29:39 +01:00
#define I_HRBFAC 17015
#define I_LOKBSN 17016
2022-12-08 00:29:39 +01:00
#define I_RDOCAL 17017
#define I_HULKES 17020
#define I_PONTON 17021
#define I_PIPOHD 17024
#define I_FLODOC 17025
#define I_BCNLAT 17028
#define I_BOYLAT 17029
#define I_CRANES 17030
#define I_GATCON 17031
#define I_SLCONS 17032
2022-11-24 09:34:03 +01:00
#define I_WTWAXS 17051
#define I_TERMNL 17064
2022-11-26 16:51:12 +01:00
#define I_TRNBSN 17065
2022-12-08 00:29:39 +01:00
#define I_WTWGAG 17067
2022-11-24 09:34:03 +01:00
2022-11-04 09:03:36 +01:00
#endif // ENC_OBJECTS_H