ddc
StructDictConsts.h
Go to the documentation of this file.
1 //
2 // This file is part of DDC.
3 //
4 // DDC is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Lesser General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // DDC is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public License
15 // along with DDC. If not, see <http://www.gnu.org/licenses/>.
16 //
17 // ========== Dialing Structural Dictionary (www.aot.ru)
18 // ========== Copyright by Alexey Sokirko (1998-2002), Bryan Jurish (2011)
19 
20 #ifndef StructDictsConsts
21 #define StructDictsConsts
22 
24 const DWORD AuthorNameSize = 10;
25 
26 // максимальное число актантов
27 const BYTE MaxNumAct = 7;
28 
29 // ошибочный номер словарного входа
30 const WORD ErrUnitNo = 65000;
31 const DWORD EntryStrSize = 40;
32 
33 // Исходный материал доменовconst BYTE dsUnion = 'O'; const BYTE dsExpres = 'C'; const BYTE dsSystem = 'S'; const BYTE dsText = 'T'; const BYTE dsMetaText = 'M'; const BYTE frOne = 'O'; const BYTE frMany = 'M'; const BYTE frFormula = 'F'; #endif /*--- emacs style variables --- * Local Variables: * mode: C++ * c-file-style: "ellemtel" * c-basic-offset: 4 * tab-width: 8 * indent-tabs-mode: nil * End: */
34 const BYTE dsUnion = 'O';
35 const BYTE dsExpres = 'C';
36 const BYTE dsSystem = 'S';
37 const BYTE dsText = 'T';
38 const BYTE dsMetaText = 'M';
39 
40 const BYTE frOne = 'O';
41 const BYTE frMany = 'M';
42 const BYTE frFormula = 'F';
43 
44 
45 #endif
46 
47 /*--- emacs style variables ---
48  * Local Variables:
49  * mode: C++
50  * c-file-style: "ellemtel"
51  * c-basic-offset: 4
52  * tab-width: 8
53  * indent-tabs-mode: nil
54  * End:
55  */
const BYTE frFormula
Definition: StructDictConsts.h:42
const DWORD AuthorNameSize
Definition: StructDictConsts.h:24
const WORD ErrUnitNo
Definition: StructDictConsts.h:30
const BYTE dsText
Definition: StructDictConsts.h:37
const BYTE dsMetaText
Definition: StructDictConsts.h:38
uint16_t WORD
Definition: utilit.h:106
const BYTE MaxNumAct
Definition: StructDictConsts.h:27
const BYTE frMany
Definition: StructDictConsts.h:41
const DWORD MaxDomensUnionSize
Definition: StructDictConsts.h:23
unsigned char BYTE
Definition: utilit.h:94
const DWORD EntryStrSize
Definition: StructDictConsts.h:31
const BYTE dsSystem
Definition: StructDictConsts.h:36
const BYTE dsExpres
Definition: StructDictConsts.h:35
uint32_t DWORD
Definition: utilit.h:105
const BYTE frOne
Definition: StructDictConsts.h:40
const BYTE dsUnion
Definition: StructDictConsts.h:34