From a938f2325cb15f9418fe27afad7e3a706eb15885 Mon Sep 17 00:00:00 2001 From: dhickin Date: Thu, 4 Dec 2014 17:13:04 +0000 Subject: [PATCH] Created dated version (20141009) of latest html doc. --- documentation/pvDatabaseCPP.html | 16 +- documentation/pvDatabaseCPP_20141009.html | 2114 +++++++++++++++++++++ 2 files changed, 2122 insertions(+), 8 deletions(-) create mode 100644 documentation/pvDatabaseCPP_20141009.html diff --git a/documentation/pvDatabaseCPP.html b/documentation/pvDatabaseCPP.html index 36e8d31..7644d75 100644 --- a/documentation/pvDatabaseCPP.html +++ b/documentation/pvDatabaseCPP.html @@ -46,11 +46,11 @@
This version:
pvDatabaseCPP20140811.html + href= "pvDatabaseCPP_20141009.html">pvDatabaseCPP_20141009.html
Previous version:
pvDatabaseCPP20140710.html + href= "pvDatabaseCPP_20140811.html">pvDatabaseCPP_20140811.html
Editors:
Marty Kraimer, BNL
@@ -243,7 +243,7 @@ epics>

Just like previously you can then execute a pvput and pvget and see Hello World.

-

The examples, i. e. exampleServer, exampleLink, examplePowerSupply, +

The examples, i.e. exampleServer, exampleLink, examplePowerSupply, and exampleDatabase, are described in separate sections below. In addition arrayPerformance can be used to measure that performance of big arrays. It is also described in a later section.

@@ -320,7 +320,7 @@ The rest of this document discusses only the first phase.

Minimum Features Required for pvRecord

-

The first phase will only implement record processing, i. e. +

The first phase will only implement record processing, i.e. the process method has to do everything itself without any generic field support. This will be sufficient for implementing many services. The following are the minimum features required

@@ -545,7 +545,7 @@ typedef std::tr1::shared_ptr<PVDatabase> PVDatabasePtr;