Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/chapters/adapter/adapter.tex')
-rw-r--r--documentation/chapters/adapter/adapter.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/chapters/adapter/adapter.tex b/documentation/chapters/adapter/adapter.tex
new file mode 100644
index 0000000..fff6c63
--- /dev/null
+++ b/documentation/chapters/adapter/adapter.tex
@@ -0,0 +1,4 @@
+\chapter{Adapting to PCL}
+Your existing scripts and programs can be used with PCL. A simple Python file is required which contains six functions that inform PCLc about the natures of the component.
+
+Care must be taken when adapting your existing work to PCL pipelines. Threading issues and batch or on-line processing must be considered as the dynamics of your final pipeline may depend on it. Also, any state that may need to accumulate over the lifetime of a PCL component must be handled by the adapter for your programs. \ No newline at end of file