diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Comm_Server.xml --- /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 @@ + + + Comm server + <p>Panic of client raised by the Serial Comms Server (or &quot;Comms Server&quot;).</p> + + + 0 + <p>Write request made when request already in progress.</p> + + + 1 + <p>Read request made when request already in progress.</p> + + + 2 + <p>Break request made when request already in progress.</p> + + + 3 + <p>Invalid port handle passed by client.</p> + + + 4 + <p>Bad descriptor passed by client.</p> + + + 5 + <p><code>RComm::SetConfig()</code> call made when another request already in progress.</p> + + + 6 + <p><code>RComm::SetSignals()</code> call made when another request already in progress.</p> + + + 7 + <p><code>RComm::ResetBuffers()</code> call made when another request already in progress.</p> + + + 8 + <p><code>RComm::ReceiveBufferLength()</code> call made when another request already in progress.</p> + + + 9 + <p>Cannot have two outstanding <code>RComm::NotifySignalChange()</code> requests from the same client.</p> + + + 10 + <p>Cannot have two outstanding <code>RComm::NotifyFlowControlChange()</code> requests from the same client.</p> + + + 11 + <p>Cannot have two outstanding <code>RComm::NotifyConfigChange()</code> requests from the same client.</p> + + + 12 + <p>Cannot have two outstanding <code>RComm::NotifyBreak()</code> requests from the same client.</p> + + + 13 + <p>Cannot have two outstanding <code>RComm::NotifyDataAvailable()</code> requests from the same client.</p> + + + 14 + <p>Cannot have two outstanding <code>RComm::NotifyOutputEmpty()</code> requests from the same client. </p> + + + 15 + <p>Thread size is negative.</p> + + + 16 + <p>Minimum heap size is too small.</p> + + + 17 + <p>Maximum heap size is less than minimum heap size.</p> + + + 18 + <p>Wrong client session for set access request.</p> + + + 19 + <p>Client must close object before setting comm access.</p> + + + \ No newline at end of file