crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Comm_Server.xml
changeset 2 0c91f0baec58
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Comm_Server.xml	Wed Apr 21 09:51:02 2010 +0300
@@ -0,0 +1,87 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<panic_category>
+  <category_name>Comm server</category_name>
+  <category_description> &lt;p&gt;Panic of client raised by the Serial Comms Server (or &amp;quot;Comms Server&amp;quot;).&lt;/p&gt;</category_description>
+  <panics>
+    <panic>
+      <panic_id>0</panic_id>
+      <panic_description>&lt;p&gt;Write request made when request already in progress.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>1</panic_id>
+      <panic_description>&lt;p&gt;Read request made when request already in progress.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>2</panic_id>
+      <panic_description>&lt;p&gt;Break request made when request already in progress.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>3</panic_id>
+      <panic_description>&lt;p&gt;Invalid port handle passed by client.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>4</panic_id>
+      <panic_description>&lt;p&gt;Bad descriptor passed by client.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>5</panic_id>
+      <panic_description>&lt;p&gt;&lt;code&gt;RComm::SetConfig()&lt;/code&gt; call made when another request already in progress.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>6</panic_id>
+      <panic_description>&lt;p&gt;&lt;code&gt;RComm::SetSignals()&lt;/code&gt; call made when another request already in progress.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>7</panic_id>
+      <panic_description>&lt;p&gt;&lt;code&gt;RComm::ResetBuffers()&lt;/code&gt; call made when another request already in progress.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>8</panic_id>
+      <panic_description>&lt;p&gt;&lt;code&gt;RComm::ReceiveBufferLength()&lt;/code&gt; call made when another request already in progress.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>9</panic_id>
+      <panic_description>&lt;p&gt;Cannot have two outstanding &lt;code&gt;RComm::NotifySignalChange()&lt;/code&gt; requests from the same client.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>10</panic_id>
+      <panic_description>&lt;p&gt;Cannot have two outstanding &lt;code&gt;RComm::NotifyFlowControlChange()&lt;/code&gt; requests from the same client.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>11</panic_id>
+      <panic_description>&lt;p&gt;Cannot have two outstanding &lt;code&gt;RComm::NotifyConfigChange()&lt;/code&gt; requests from the same client.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>12</panic_id>
+      <panic_description>&lt;p&gt;Cannot have two outstanding &lt;code&gt;RComm::NotifyBreak()&lt;/code&gt; requests from the same client.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>13</panic_id>
+      <panic_description>&lt;p&gt;Cannot have two outstanding &lt;code&gt;RComm::NotifyDataAvailable()&lt;/code&gt; requests from the same client.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>14</panic_id>
+      <panic_description>&lt;p&gt;Cannot have two outstanding &lt;code&gt;RComm::NotifyOutputEmpty()&lt;/code&gt; requests from the same client. &lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>15</panic_id>
+      <panic_description>&lt;p&gt;Thread size is negative.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>16</panic_id>
+      <panic_description>&lt;p&gt;Minimum heap size is too small.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>17</panic_id>
+      <panic_description>&lt;p&gt;Maximum heap size is less than minimum heap size.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>18</panic_id>
+      <panic_description>&lt;p&gt;Wrong client session for set access request.&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>19</panic_id>
+      <panic_description>&lt;p&gt;Client must close object before setting comm access.&lt;/p&gt; 	   </panic_description>
+    </panic>
+  </panics>
+</panic_category>
\ No newline at end of file