# HG changeset patch # User fturovic # Date 1281982981 18000 # Node ID cd7a672190427b7360d9a790f39eff4496e48c22 # Parent aaf2f7bc060941c8c318e1bbdc2880d2ab52998c spelling fixed and tcf page added diff -r aaf2f7bc0609 -r cd7a67219042 core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml Mon Aug 16 10:18:18 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/how_to_customize_code_styles.xml Mon Aug 16 13:23:01 2010 -0500 @@ -3,7 +3,9 @@ ` - To control the automatic formatting of your source code, use the Code Style preference panel. + + To control the automatic formatting of your source code, use the Code Style preference panel. + diff -r aaf2f7bc0609 -r cd7a67219042 core/com.nokia.carbide.cpp.doc.user/html/concepts/tcf.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/concepts/tcf.htm Mon Aug 16 13:23:01 2010 -0500 @@ -0,0 +1,24 @@ + + + + + + +Target Communication Framework (TCF) + + + +

Target Communication Framework (TCF)

+

TCF (Target Communication Framework) is a vendor-neutral, lightweight, extensible network protocol used mainly for communicating with embedded systems (targets). Its most distinguishing feature is that TCF is designed to transparently plug in value-adding servers between the tool and the target. TCF is protocol agnostic in that it does not depend on a specific transport like TCP/IP, serial, SSH tunnel, or other. It also supports auto-discovery of targets and services, so any tool can determine which services are available from the target.

+

Carbide.c++ uses TCF to communicate with TRK, Trace, and other services on a target device. For example, the Carbide debugger uses TCF to communicate with the TRK remote agent to control debuggable programs running on the target. Other Carbide plug-ins can also use TCF to communicate with their specific services.

+
Related tasks
+ +
+ + +
+ + diff -r aaf2f7bc0609 -r cd7a67219042 core/com.nokia.carbide.cpp.doc.user/plugin.xml --- a/core/com.nokia.carbide.cpp.doc.user/plugin.xml Mon Aug 16 10:18:18 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/plugin.xml Mon Aug 16 13:23:01 2010 -0500 @@ -47,8 +47,8 @@