diff options
author | eutarass | 2008-05-08 21:02:39 +0000 |
---|---|---|
committer | eutarass | 2008-05-08 21:02:39 +0000 |
commit | a35a6dee68bdef8c697ce67b209e1ecd0c501944 (patch) | |
tree | faf1cc4b3642566439f909604e71df49dce0563e | |
parent | f9c20f3c2afef4cdfe9420fc01e823d8f3b5f348 (diff) | |
download | org.eclipse.tcf-a35a6dee68bdef8c697ce67b209e1ecd0c501944.tar.gz org.eclipse.tcf-a35a6dee68bdef8c697ce67b209e1ecd0c501944.tar.xz org.eclipse.tcf-a35a6dee68bdef8c697ce67b209e1ecd0c501944.zip |
Fixed few typos in "TCF Service - Registers.html"
-rw-r--r-- | docs/TCF Service - Registers.html | 6 |
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><string></i></font></b></code> - context description. - <li><code><b><font face="Courier New" size=2 color=#333399>"Size" : <i><boolean></i></font></b></code> + <li><code><b><font face="Courier New" size=2 color=#333399>"Size" : <i><int></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 • <token> • Registers • getm • <i><string: context ID></i> • +C • <token> • Registers • getm • <i><array of locations></i> • <i><array of locations></i> <font face=Wingdings>Ø</font> [ <i><location list></i> ] @@ -536,7 +536,7 @@ E • Registers • registerChanged • <i><string: context ID></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) { |