Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoreutarass2008-05-08 21:02:39 +0000
committereutarass2008-05-08 21:02:39 +0000
commita35a6dee68bdef8c697ce67b209e1ecd0c501944 (patch)
treefaf1cc4b3642566439f909604e71df49dce0563e /docs
parentf9c20f3c2afef4cdfe9420fc01e823d8f3b5f348 (diff)
downloadorg.eclipse.tcf-a35a6dee68bdef8c697ce67b209e1ecd0c501944.tar.gz
org.eclipse.tcf-a35a6dee68bdef8c697ce67b209e1ecd0c501944.tar.xz
org.eclipse.tcf-a35a6dee68bdef8c697ce67b209e1ecd0c501944.zip
Fixed few typos in "TCF Service - Registers.html"
Diffstat (limited to 'docs')
-rw-r--r--docs/TCF Service - Registers.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/TCF Service - Registers.html b/docs/TCF Service - Registers.html
index 22d84ffe2..44b713bdf 100644
--- a/docs/TCF Service - Registers.html
+++ b/docs/TCF Service - Registers.html
@@ -88,7 +88,7 @@ Service sends contextChanged event to notify changes in context data.</p>
<li><code><b><font face="Courier New" size=2 color=#333399>"Description" : <i>&lt;string&gt;</i></font></b></code>
- context description.
- <li><code><b><font face="Courier New" size=2 color=#333399>"Size" : <i>&lt;boolean&gt;</i></font></b></code>
+ <li><code><b><font face="Courier New" size=2 color=#333399>"Size" : <i>&lt;int&gt;</i></font></b></code>
- context size in bytes. Byte arrays in get/set commandss should be same size.
Hardware register can be smaller then this size, for example in case
when register size is not an even number of bytes. In such case implementation
@@ -229,7 +229,7 @@ of error.</p>
<h3><a name='CmdGetMultiple'>Get Multiple Registers</a></h3>
<pre><b><font face="Courier New" size=2 color=#333399>
-C • &lt;token&gt; • Registers • getm • <i>&lt;string: context ID&gt;</i> •
+C • &lt;token&gt; • Registers • getm • <i>&lt;array of locations&gt;</i> •
<i>&lt;array of locations&gt;</i>
<font face=Wingdings>Ø</font> [ <i>&lt;location list&gt;</i> ]
@@ -536,7 +536,7 @@ E • Registers • registerChanged • <i>&lt;string: context ID&gt;</i> •
<font color=#3F5FBF>/** offset in the context, in bytes */</font>
<font color=#7F0055>public final int</font> offs;
- <font color=#3F5FBF>/** value size in byte */</font>
+ <font color=#3F5FBF>/** value size in bytes */</font>
<font color=#7F0055>public final int</font> size;
<font color=#7F0055>public</font> Location(String id, <font color=#7F0055>int</font> offs, <font color=#7F0055>int</font> size) {

Back to the top