mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-03-30 19:28:27 +02:00
41 lines
737 B
C
41 lines
737 B
C
#ifndef ENC_ATTRIBUTES_H
|
|
#define ENC_ATTRIBUTES_H
|
|
|
|
#define CATACH 8
|
|
#define CATBUA 10
|
|
#define CATDIS 21
|
|
#define CATHAF 30
|
|
#define CATLMK 35
|
|
#define CATMFA 38
|
|
#define CATMOR 40
|
|
#define CATTRK 54
|
|
#define CATREA 56
|
|
#define CATSIT 61
|
|
#define CATSIL 63
|
|
#define CATSCF 65
|
|
#define CATWAT 69
|
|
#define CATWED 70
|
|
#define CATWRK 71
|
|
#define COMCHA 77
|
|
#define CURVEL 84
|
|
#define DRVAL1 87
|
|
#define ELEVAT 90
|
|
#define FUNCTN 94
|
|
#define OBJNAM 116
|
|
#define ORIENT 117
|
|
#define RESTRN 131
|
|
#define TRAFIC 172
|
|
#define VALDCO 174
|
|
#define WATLEV 187
|
|
|
|
#define I_CATACH 17000
|
|
#define I_CATSIT 17002
|
|
#define I_RESTRN 17004
|
|
#define I_CATHAF 17008
|
|
#define I_RDOCAL 17017
|
|
#define I_WTWDIS 17064
|
|
#define I_CATBRT 17066
|
|
#define I_HUNITS 17103
|
|
|
|
#endif // ENC_ATTRIBUTES_H
|