TIVI-153: Add as dependency for iputils
[profile/ivi/opensp.git] / lib / EntityManagerMessages.h
1 // This file was automatically generated from EntityManagerMessages.msg by msggen.pl.
2 #include "Message.h"
3
4 #ifdef SP_NAMESPACE
5 namespace SP_NAMESPACE {
6 #endif
7
8 struct EntityManagerMessages {
9   // 2000
10   static const MessageType1 fsiSyntax;
11   // 2001
12   static const MessageType1 fsiMissingValue;
13   // 2002
14   static const MessageType1 fsiValueAsName;
15   // 2003
16   static const MessageType1 fsiBadSmcrd;
17   // 2004
18   static const MessageType1 fsiUnknownBctf;
19   // 2005
20   static const MessageType1 fsiUnknownEncoding;
21   // 2006
22   static const MessageType1 fsiUnsupportedRecords;
23   // 2007
24   static const MessageType1 fsiUnsupportedAttribute;
25   // 2008
26   static const MessageType1 fsiUnsupportedAttributeToken;
27   // 2009
28   static const MessageType1 fsiBadTracking;
29   // 2010
30   static const MessageType1 fsiDuplicateAttribute;
31   // 2011
32   static const MessageType1 fsiBadZapeof;
33   // 2012
34   static const MessageType1 fsiBadSearch;
35   // 2013
36   static const MessageType1 fsiBadFold;
37   // 2014
38   static const MessageType0 fsiFoldNotNeutral;
39   // 2015
40   static const MessageType0 fsiBctfEncodingNotApplicable;
41   // 2016
42   static const MessageType0 fsiBctfAndEncoding;
43   // 2017
44   static const MessageType0 fsiZapeofNotApplicable;
45   // 2018
46   static const MessageType0 fsiRecordsNotApplicable;
47   // 2019
48   static const MessageType1 fsiBadIndirect;
49   // 2020
50   static const MessageType1 fsiLookupChar;
51 };
52 const MessageType1 EntityManagerMessages::fsiSyntax(
53 MessageType::error,
54 &libModule,
55 2000
56 #ifndef SP_NO_MESSAGE_TEXT
57 ,"bad formal system identifier syntax in %1"
58 #endif
59 );
60 const MessageType1 EntityManagerMessages::fsiMissingValue(
61 MessageType::error,
62 &libModule,
63 2001
64 #ifndef SP_NO_MESSAGE_TEXT
65 ,"value for attribute %1 missing in formal system identifier"
66 #endif
67 );
68 const MessageType1 EntityManagerMessages::fsiValueAsName(
69 MessageType::error,
70 &libModule,
71 2002
72 #ifndef SP_NO_MESSAGE_TEXT
73 ,"%1 is a formal system identifier attribute value not an attribute name"
74 #endif
75 );
76 const MessageType1 EntityManagerMessages::fsiBadSmcrd(
77 MessageType::error,
78 &libModule,
79 2003
80 #ifndef SP_NO_MESSAGE_TEXT
81 ,"value of smcrd attribute must be a single character not %1"
82 #endif
83 );
84 const MessageType1 EntityManagerMessages::fsiUnknownBctf(
85 MessageType::error,
86 &libModule,
87 2004
88 #ifndef SP_NO_MESSAGE_TEXT
89 ,"unknown BCTF %1"
90 #endif
91 );
92 const MessageType1 EntityManagerMessages::fsiUnknownEncoding(
93 MessageType::error,
94 &libModule,
95 2005
96 #ifndef SP_NO_MESSAGE_TEXT
97 ,"unknown encoding %1"
98 #endif
99 );
100 const MessageType1 EntityManagerMessages::fsiUnsupportedRecords(
101 MessageType::error,
102 &libModule,
103 2006
104 #ifndef SP_NO_MESSAGE_TEXT
105 ,"unsupported record boundary indicator %1"
106 #endif
107 );
108 const MessageType1 EntityManagerMessages::fsiUnsupportedAttribute(
109 MessageType::warning,
110 &libModule,
111 2007
112 #ifndef SP_NO_MESSAGE_TEXT
113 ,"unsupported formal system identifier attribute %1"
114 #endif
115 );
116 const MessageType1 EntityManagerMessages::fsiUnsupportedAttributeToken(
117 MessageType::warning,
118 &libModule,
119 2008
120 #ifndef SP_NO_MESSAGE_TEXT
121 ,"unsupported formal system identifier attribute value %1"
122 #endif
123 );
124 const MessageType1 EntityManagerMessages::fsiBadTracking(
125 MessageType::error,
126 &libModule,
127 2009
128 #ifndef SP_NO_MESSAGE_TEXT
129 ,"bad value %1 for formal system identifier tracking attribute"
130 #endif
131 );
132 const MessageType1 EntityManagerMessages::fsiDuplicateAttribute(
133 MessageType::error,
134 &libModule,
135 2010
136 #ifndef SP_NO_MESSAGE_TEXT
137 ,"duplicate specification for formal system identifier attribute %1"
138 #endif
139 );
140 const MessageType1 EntityManagerMessages::fsiBadZapeof(
141 MessageType::error,
142 &libModule,
143 2011
144 #ifndef SP_NO_MESSAGE_TEXT
145 ,"bad value %1 for formal system identifier zapeof attribute"
146 #endif
147 );
148 const MessageType1 EntityManagerMessages::fsiBadSearch(
149 MessageType::error,
150 &libModule,
151 2012
152 #ifndef SP_NO_MESSAGE_TEXT
153 ,"bad value %1 for formal system identifier search attribute"
154 #endif
155 );
156 const MessageType1 EntityManagerMessages::fsiBadFold(
157 MessageType::error,
158 &libModule,
159 2013
160 #ifndef SP_NO_MESSAGE_TEXT
161 ,"bad value %1 for formal system identifier fold attribute"
162 #endif
163 );
164 const MessageType0 EntityManagerMessages::fsiFoldNotNeutral(
165 MessageType::error,
166 &libModule,
167 2014
168 #ifndef SP_NO_MESSAGE_TEXT
169 ,"fold attribute allowed only for neutral storage manager"
170 #endif
171 );
172 const MessageType0 EntityManagerMessages::fsiBctfEncodingNotApplicable(
173 MessageType::error,
174 &libModule,
175 2015
176 #ifndef SP_NO_MESSAGE_TEXT
177 ,"bctf and encoding attributes not applicable to this storage manager"
178 #endif
179 );
180 const MessageType0 EntityManagerMessages::fsiBctfAndEncoding(
181 MessageType::error,
182 &libModule,
183 2016
184 #ifndef SP_NO_MESSAGE_TEXT
185 ,"cannot specify both bctf and encoding attribute"
186 #endif
187 );
188 const MessageType0 EntityManagerMessages::fsiZapeofNotApplicable(
189 MessageType::error,
190 &libModule,
191 2017
192 #ifndef SP_NO_MESSAGE_TEXT
193 ,"zapeof attribute not applicable to this storage manager"
194 #endif
195 );
196 const MessageType0 EntityManagerMessages::fsiRecordsNotApplicable(
197 MessageType::error,
198 &libModule,
199 2018
200 #ifndef SP_NO_MESSAGE_TEXT
201 ,"records attribute not applicable to this storage manager"
202 #endif
203 );
204 const MessageType1 EntityManagerMessages::fsiBadIndirect(
205 MessageType::error,
206 &libModule,
207 2019
208 #ifndef SP_NO_MESSAGE_TEXT
209 ,"bad value %1 for formal system identifier indirect attribute"
210 #endif
211 );
212 const MessageType1 EntityManagerMessages::fsiLookupChar(
213 MessageType::error,
214 &libModule,
215 2020
216 #ifndef SP_NO_MESSAGE_TEXT
217 ,"non-minimum data character (number %1) in value of formal system identifier lookup attribute"
218 #endif
219 );
220 #ifdef SP_NAMESPACE
221 }
222 #endif