Minor change for R1-4

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8311 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2009-01-30 20:49:11 +00:00
parent a5b5b01ee6
commit 1e3b39b590
3 changed files with 12 additions and 12 deletions
+2 -3
View File
@@ -7,7 +7,7 @@
<h1>
areaDetector Plugin NDPluginColorConvert</h1>
<h2>
January 26, 2009</h2>
January 30, 2009</h2>
<h2>
Mark Rivers</h2>
<h2>
@@ -32,8 +32,7 @@
an input NDArray with one color mode and outputs another NDArray with a (potentially)
different color mode. All other attributes of the array are preserved. The NDPluginColorConvert
public interface is defined in NDPluginColorConvert.h as follows:</p>
<pre>
class NDPluginColorConvert : public NDPluginDriver {
<pre>class NDPluginColorConvert : public NDPluginDriver {
public:
NDPluginColorConvert(const char *portName, int queueSize, int blockingCallbacks,
const char *NDArrayPort, int NDArrayAddr,