summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-25 00:02:47 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-25 00:02:47 +0000
commit88932063b92ea74baf504ee49cc9b24025302515 (patch)
treeda1d5aac6bfdebe0926424969fd72e60cfa1d4c8
parentc27eec7b124f279e1b0ae3853c3ec896c569d40f (diff)
downloadATCD-EC_DT_RTAS.tar.gz
Described how to enable DSUI for the Kokyu and RTEvent projects.EC_DT_RTAS
-rw-r--r--Kokyu/README10
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/README9
2 files changed, 19 insertions, 0 deletions
diff --git a/Kokyu/README b/Kokyu/README
index 2cd0f79a6f4..98a87153f85 100644
--- a/Kokyu/README
+++ b/Kokyu/README
@@ -20,3 +20,13 @@ $ACE_ROOT/Kokyu/Kokyu.dsw and build it.
An mpc file has also been provided - $ACE_ROOT/Kokyu/Kokyu.mpc from
which IDE specific build files can be generated.
+
+Parts of Kokyu have been instrumented with DSUI. To enable this instrumentation,
+first, you must have DSUI installed on your machine and the DATASTREAM_ROOT
+environment variable set. Next, you must modify Kokyu's mpc file so that the
+Kokyu project inherits from the dsui project, and the 'wrappers' lib must be
+added to Kokyu's libs (this can't be done in the dsui project because of
+ordering constraints) and $(DATASTREAM_ROOT)/include to the includes. Finally,
+you must add the kokyu_dsui_vars.cpp file to the Kokyu project's source file
+list and define the ACE_HAS_DSUI macro in Kokyu's dynamic flags. This should
+enable Kokyu's DSUI instrumentation.
diff --git a/TAO/orbsvcs/orbsvcs/Event/README b/TAO/orbsvcs/orbsvcs/Event/README
new file mode 100644
index 00000000000..8b20f4d7cbd
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Event/README
@@ -0,0 +1,9 @@
+Parts of the Event Channel have been instrumented with DSUI. To enable this
+instrumentation, first, you must have DSUI installed on your machine and the
+DATASTREAM_ROOT environment variable set. Next, you must modify the mpc file
+for RTEvent so that the project inherits from the dsui project, and the
+'wrappers' lib must be added to the RTEvent project's libs (this can't be done
+in the dsui project because of ordering constraints) and $(DATASTREAM_ROOT)/include to the includes. Finally, you must add the kokyu_dsui_vars.cpp file to
+the the RTEvent project's source file list and define the ACE_HAS_DSUI
+macro in the RTEvent project's dynamic flags. This should enable Kokyu's DSUI
+instrumentation.