/* * * DECtalk message/status codes */ #ifndef _DTKMSG_H #define _DTKMSG_H /* Symbols are defined following the standard for global names: DTK$_ABCMNOXYZ In addition, the library standards specify that the letters "ABC", "MNO", and "XYZ" are the first three letters of the first three words of the error message, not counting articles and prepositions. */ #define DTK$_FACILITY 419 /* 0x01A3 */ #define DTK$_NORMAL 0x01A38001 /* 27492353 */ #define DTK$_VOIALREXI 0x01A38011 /* 27492369 */ #define DTK$_NOT_A_TRM 0x01A38019 /* 27492377 */ #define DTK$_BUSY 0x01A38023 /* 27492387 */ #define DTK$_NOANSWER 0x01A3802B /* 27492395 */ #define DTK$_NODIATONE 0x01A38033 /* 27492403 */ #define DTK$_OFFHOOK 0x01A3803B /* 27492411 */ #define DTK$_ONHOOK 0x01A38043 /* 27492419 */ #define DTK$_TIMEOUT 0x01A3804B /* 27492427 */ #define DTK$_WINK 0x01A38053 /* 27492435 */ #define DTK$_COMFAIL 0x01A3805B /* 27492443 */ #define DTK$_INPBUFOVR 0x01A38063 /* 27492451 */ #define DTK$_NVROPRFAI 0x01A3806B /* 27492459 */ #define DTK$_ERRPHOTRA 0x01A38073 /* 27492467 */ #define DTK$_CONSEQERR 0x01A3807B /* 27492475 */ #define DTK$_DECTSTFAI 0x01A38083 /* 27492483 */ #define DTK$_FATERRLIB 0x01A38204 /* 27492868 */ #define DTK$_FILTOOLON 0x01A3820C /* 27492876 */ #define DTK$_INVARG 0x01A38214 /* 27492884 */ #define DTK$_INVMODE 0x01A3821C /* 27492892 */ #define DTK$_INVVOI_ID 0x01A38224 /* 27492900 */ #define DTK$_NOROOM 0x01A3822C /* 27492908 */ #define DTK$_NOTIMP 0x01A38234 /* 27492916 */ #define DTK$_PROTOOLON 0x01A3823C /* 27492924 */ #define DTK$_STRTERESC 0x01A38244 /* 27492932 */ #define DTK$_TOOLONG 0x01A3824C /* 27492940 */ #define DTK$_UNKESCSEQ 0x01A38254 /* 27492948 */ #define DTK$_UNKREPLY 0x01A3825C /* 27492956 */ #define DTK$_WRONUMARG 0x01A38264 /* 27492964 */ #define DTK$_TLKINUSE 0x01A3826C /* 27492972 */ #define DTK$_NOTLCLTRM 0x01A38274 /* 27492980 */ #define DTK$_NOMALFUN1 0x01A38801 /* 27494401 */ #define DTK$_NOMALFUN2 0x01A38809 /* 27494409 */ #endif /*_DTKMSG_H*/