From: <jsa...@us...> - 2008-11-18 16:30:19
|
Revision: 111 http://flexotask.svn.sourceforge.net/flexotask/?rev=111&view=rev Author: jsauerbach Date: 2008-11-18 16:30:03 +0000 (Tue, 18 Nov 2008) Log Message: ----------- Put more detail in the top-level TOC for the help. Modified Paths: -------------- trunk/flexotask-editor/flexotask-toc.xml Modified: trunk/flexotask-editor/flexotask-toc.xml =================================================================== --- trunk/flexotask-editor/flexotask-toc.xml 2008-11-18 16:28:59 UTC (rev 110) +++ trunk/flexotask-editor/flexotask-toc.xml 2008-11-18 16:30:03 UTC (rev 111) @@ -1,32 +1,62 @@ <?xml version="1.0" encoding="UTF-8"?> <toc label="Flexible Task Graphs"> - <topic label="Programmer's Guide" href="doc/flexotaskProgramming.html"/> - <topic label="Reference"> + <topic label="Programmer's Guide" href="doc/flexotaskProgramming.html"> + <topic href="doc/flexotaskProgramming.html#post-install" label="Post-Install Testing"/> + <topic href="doc/flexotaskProgramming.html#papers" label="Relevant Papers"/> + <topic href="doc/flexotaskProgramming.html#application" label="Notes for Application Programmers"> + <topic href="doc/flexotaskProgramming.html#samples" label="The Samples"> + <topic href="doc/flexotaskProgramming.html#pendulum" label="The Inverted Pendulum Example from the LCTES 2007 Exotasks Paper"/> + <topic href="doc/flexotaskProgramming.html#modes" label="A Multiple Mode Example also illustrating Simple Parameters"/> +<topic href="doc/flexotaskProgramming.html#communicating" label="A Weakly Isolated Task Graph (Communicating Parameters)"/> + <topic href="doc/flexotaskProgramming.html#types" label="An Example for Experimenting with allowed Data Types"/> + <topic href="doc/flexotaskProgramming.html#highfreq" label="The High Frequency Reader Example from the LCTES 2008 Paper"/> + </topic> + <topic href="doc/flexotaskProgramming.html#creating" label="Creating and Converting Flexotask Projects"/> + <topic href="doc/flexotaskProgramming.html#simReal" label="Simulated and real-time execution modes"> + <topic href="doc/flexotaskProgramming.html#obtainingJ9Bridge" label="Obtaining the Runtime to use with IBM WebSphere Real Time"/> + <topic href="doc/flexotaskProgramming.html#obtainingWRT" label="Obtaining the IBM WebSphere Real Time VM Itself"/> + <topic href="doc/flexotaskProgramming.html#testingRuntime" label="Testing and Using the Real-Time Runtime"/> + </topic> + <topic href="doc/flexotaskProgramming.html#templates" label="Constructing Templates"> + <topic href="doc/flexotaskProgramming.html#templateAPI" label="The Template API"/> + <topic href="doc/flexotaskProgramming.html#editor" label="The Flexotask Editor"/> + </topic> + <topic href="doc/flexotaskProgramming.html#tasks" label="Writing Flexotasks"/> + <topic href="doc/flexotaskProgramming.html#validation" label="Validating and Instantiating Flexible Task Graphs"/> + <topic href="doc/flexotaskProgramming.html#wcet" label="Specifying WCET and WCA information"/> + <topic href="doc/flexotaskProgramming.html#cloning" label="Deep cloning at test time"/> + <topic href="doc/flexotaskProgramming.html#tracing" label="Using the Tracing Support"/> + </topic> + <topic href="doc/flexotaskProgramming.html#extender" label="Notes for Flexotask System Extenders"/> + <topic href="doc/flexotaskProgramming.html#developer" label="Notes for Flexotask Core Developers"/> + <topic href="doc/flexotaskProgramming.html#toolWriter" label="Notes for Flexotask Tool Developers"/> + </topic> + <topic label="Reference"> <topic label="com.ibm.realtime.flexotask" href="doc/com/ibm/realtime/flexotask/package-summary.html"/> <topic label="com.ibm.realtime.flexotask.template" - href="doc/com/ibm/realtime/flexotask/template/package-summary.html"/> + href="doc/com/ibm/realtime/flexotask/template/package-summary.html"/> <topic label="com.ibm.realtime.flexotask.timing" - href="doc/com/ibm/realtime/flexotask/timing/package-summary.html"/> + href="doc/com/ibm/realtime/flexotask/timing/package-summary.html"/> <topic label="com.ibm.realtime.flexotask.scheduling" - href="doc/com/ibm/realtime/flexotask/scheduling/package-summary.html"/> + href="doc/com/ibm/realtime/flexotask/scheduling/package-summary.html"/> <topic label="com.ibm.realtime.flexotask.tools" - href="doc/com/ibm/realtime/flexotask/tools/package-summary.html"/> + href="doc/com/ibm/realtime/flexotask/tools/package-summary.html"/> <topic label="com.ibm.realtime.flexotask.distribution" - href="doc/com/ibm/realtime/flexotask/distribution/package-summary.html"/> - <topic label="com.ibm.realtime.flexotask.util" - href="doc/com/ibm/realtime/flexotask/util/package-summary.html"/> + href="doc/com/ibm/realtime/flexotask/distribution/package-summary.html"/> + <topic label="com.ibm.realtime.flexotask.util" + href="doc/com/ibm/realtime/flexotask/util/package-summary.html"/> <topic label="com.ibm.realtime.flexotask.validation" - href="doc/com/ibm/realtime/flexotask/validation/package-summary.html"/> + href="doc/com/ibm/realtime/flexotask/validation/package-summary.html"/> <topic label="com.ibm.realtime.flexotask.cloning" - href="doc/com/ibm/realtime/flexotask/cloning/package-summary.html"/> + href="doc/com/ibm/realtime/flexotask/cloning/package-summary.html"/> <topic label="com.ibm.realtime.flexotask.tracing" - href="doc/com/ibm/realtime/flexotask/tracing/package-summary.html"/> + href="doc/com/ibm/realtime/flexotask/tracing/package-summary.html"/> <topic label="com.ibm.realtime.xrts" - href="doc/com/ibm/realtime/xrts/package-summary.html"/> + href="doc/com/ibm/realtime/xrts/package-summary.html"/> <topic label="com.ibm.realtime.flexotask.timing.simple" - href="doc/com/ibm/realtime/flexotask/timing/simple/package-summary.html"/> + href="doc/com/ibm/realtime/flexotask/timing/simple/package-summary.html"/> <topic label="com.ibm.realtime.flexotask.scheduling.simple" - href="doc/com/ibm/realtime/flexotask/scheduling/simple/package-summary.html"/> - </topic> + href="doc/com/ibm/realtime/flexotask/scheduling/simple/package-summary.html"/> + </topic> </toc> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |