Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfburton2009-07-28 18:19:33 +0000
committerfburton2009-07-28 18:19:33 +0000
commit619b10b25a86815bd2b0d3578c865abaee3fb850 (patch)
tree41cd72f2bac79659f77c757a95c2985e7435be5c /docs/TCF Service - Run Control.html
parent1d267b0228acd369a8ca3436908f0c800bf6a43f (diff)
downloadorg.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.tar.gz
org.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.tar.xz
org.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.zip
Added version history for specifications
Diffstat (limited to 'docs/TCF Service - Run Control.html')
-rw-r--r--docs/TCF Service - Run Control.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/TCF Service - Run Control.html b/docs/TCF Service - Run Control.html
index d6dd9b57d..ecdc40100 100644
--- a/docs/TCF Service - Run Control.html
+++ b/docs/TCF Service - Run Control.html
@@ -9,6 +9,8 @@
<h1>Target Communication Framework Services - Run Control</h1>
<ul>
+ <li><a href='#VersionHistory'>Version History</a>
+ <li><a href='#Overview'>Overview</a>
<li><a href='#Cmds'>Commands</a>
<ul>
<li><a href='#CmdGetContext'>Get Context</a>
@@ -24,6 +26,25 @@
<h1>Run Control Service</h1>
+<h2><a name='VersionHistory'>Version History</a></h2>
+
+<table border=1 cellpadding=8>
+ <tr>
+ <th>Version
+ <th>Date
+ <th>Change
+ <tr>
+ <td>0.1
+ <td>2008-01-10
+ <td>Initial contribution
+ <tr>
+ <td>1.0
+ <td>2008-05-06
+ <td>Approved
+</table>
+
+<h2><a name='Overview'>Overview</a></h2>
+
<p>The service provides basic run control operations for execution contexts on a target.
Command and event parameters are encoded as zero terminated <a href='TCF Specification.html#JSON'>JSON</a> strings.</p>

Back to the top