diff options
author | eutarass | 2008-02-26 21:19:36 +0000 |
---|---|---|
committer | eutarass | 2008-02-26 21:19:36 +0000 |
commit | c2e0a80cda20ac9322121f0a05e65f85964fcfa1 (patch) | |
tree | 4d1bbb7dfc297a14d77270d1fb3d53dc2615330e /examples/org.eclipse.tm.tcf.examples.daytime.agent/readme.txt | |
parent | 94fbe6cda0f6ddb394b08594e49ffa6de7d87d33 (diff) | |
download | org.eclipse.tcf-c2e0a80cda20ac9322121f0a05e65f85964fcfa1.tar.gz org.eclipse.tcf-c2e0a80cda20ac9322121f0a05e65f85964fcfa1.tar.xz org.eclipse.tcf-c2e0a80cda20ac9322121f0a05e65f85964fcfa1.zip |
Example projects: added readme files, added copyright notices, did some cosmetic changes.
Diffstat (limited to 'examples/org.eclipse.tm.tcf.examples.daytime.agent/readme.txt')
-rw-r--r-- | examples/org.eclipse.tm.tcf.examples.daytime.agent/readme.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime.agent/readme.txt b/examples/org.eclipse.tm.tcf.examples.daytime.agent/readme.txt new file mode 100644 index 000000000..3b6ac9fe2 --- /dev/null +++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/readme.txt @@ -0,0 +1,17 @@ +Readme for TCF Agent Daytime Example
+------------------------------
+
+The Agent Daytime Example shows how TCF agent can be customized and extended with user defined service.
+The example provides code to build the agent with custom set of services, including user defined DayTime service.
+The example is mainly meant for developer's educational use,
+DayTime service does not meant to be of any other value.
+
+See "org.eclipse.tm.tcf.examples.daytime" for details on extending TCF Java binding for DayTime service.
+
+The example includes:
+1. Makefile to build the customized agent.
+2. Implementation of DayTime service: daytime.h daytime.c
+3. Agent configuration header file: config.h
+
+CDT can be used to edit and build the example project.
+Supported agent execution environments: CygWin, Linux.
|