Implementation of selective call for classic German 'Sirenensteuerung'
This commit is contained in:
@@ -57,6 +57,7 @@ struct debug_cat {
|
||||
{ "jollycom", "\033[1;34m" },
|
||||
{ "eurosignal", "\033[1;34m" },
|
||||
{ "pocsag", "\033[1;34m" },
|
||||
{ "5-ton-folge", "\033[1;34m" },
|
||||
{ "frame", "\033[0;36m" },
|
||||
{ "call", "\033[0;37m" },
|
||||
{ "cc", "\033[1;32m" },
|
||||
|
@@ -19,38 +19,39 @@
|
||||
#define DJOLLY 12
|
||||
#define DEURO 13
|
||||
#define DPOCSAG 14
|
||||
#define DFRAME 15
|
||||
#define DCALL 16
|
||||
#define DCC 17
|
||||
#define DDB 18
|
||||
#define DTRANS 19
|
||||
#define DDMS 20
|
||||
#define DSMS 21
|
||||
#define DSDR 22
|
||||
#define DUHD 23
|
||||
#define DSOAPY 24
|
||||
#define DWAVE 25
|
||||
#define DRADIO 26
|
||||
#define DAM791X 27
|
||||
#define DUART 28
|
||||
#define DDEVICE 29
|
||||
#define DDATENKLO 30
|
||||
#define DZEIT 31
|
||||
#define DSIM1 32
|
||||
#define DSIM2 33
|
||||
#define DSIMI 34
|
||||
#define DSIM7 35
|
||||
#define DMTP2 36
|
||||
#define DMTP3 37
|
||||
#define DMUP 38
|
||||
#define DROUTER 39
|
||||
#define DSTDERR 40
|
||||
#define DSS5 41
|
||||
#define DISDN 42
|
||||
#define DMISDN 43
|
||||
#define DDSS1 44
|
||||
#define DSIP 45
|
||||
#define DTEL 46
|
||||
#define DFUENF 15
|
||||
#define DFRAME 16
|
||||
#define DCALL 17
|
||||
#define DCC 18
|
||||
#define DDB 19
|
||||
#define DTRANS 20
|
||||
#define DDMS 21
|
||||
#define DSMS 22
|
||||
#define DSDR 23
|
||||
#define DUHD 24
|
||||
#define DSOAPY 25
|
||||
#define DWAVE 26
|
||||
#define DRADIO 27
|
||||
#define DAM791X 28
|
||||
#define DUART 29
|
||||
#define DDEVICE 30
|
||||
#define DDATENKLO 31
|
||||
#define DZEIT 32
|
||||
#define DSIM1 33
|
||||
#define DSIM2 34
|
||||
#define DSIMI 35
|
||||
#define DSIM7 36
|
||||
#define DMTP2 37
|
||||
#define DMTP3 38
|
||||
#define DMUP 39
|
||||
#define DROUTER 40
|
||||
#define DSTDERR 41
|
||||
#define DSS5 42
|
||||
#define DISDN 43
|
||||
#define DMISDN 44
|
||||
#define DDSS1 45
|
||||
#define DSIP 46
|
||||
#define DTEL 47
|
||||
|
||||
void get_win_size(int *w, int *h);
|
||||
|
||||
|
Reference in New Issue
Block a user