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;