From 198a6a691fc7bcd00d2cede461025a393142cb03 Mon Sep 17 00:00:00 2001 From: dhickin Date: Sat, 4 Oct 2014 01:48:33 +0100 Subject: [PATCH] Spelling and typos --- documentation/ntCPP.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/ntCPP.html b/documentation/ntCPP.html index c29ca30..b4096b7 100644 --- a/documentation/ntCPP.html +++ b/documentation/ntCPP.html @@ -196,11 +196,11 @@ public:
createEnumerated
Create an introspection interface for an enumerated structure.
createTimeStamp
-
Create an interspection interface for a timeStamp structure.
+
Create an introspection interface for a timeStamp structure.
createAlarm
-
Create an interspection interface for an alarm structure.
+
Create an introspection interface for an alarm structure.
createDisplay
-
Create an introsepecion interface for a display structure.
+
Create an introspection interface for a display structure.
createControl
Create an introspection interface for a control structure.
createEnumeratedArray
@@ -216,7 +216,7 @@ public:

Property Field Definitions

Definition: value

Often a property field is associated with another field. -This other field is refered to as the value field. +This other field is referred to as the value field. Usually the value field will have the field name "value". An example is:

@@ -269,7 +269,7 @@ structure alarm
     string message
 

Clients and Servers should use alarm.h and pvAlarm.h which are -provided by pvDataCPP intead of directly using the alarm structure itself. +provided by pvDataCPP instead of directly using the alarm structure itself. In particular severity and status are defined as:

 enum AlarmSeverity {
@@ -304,7 +304,7 @@ structure timeStamp
     int userTag
 

Clients and Servers should use timeStamp.h and pvTimeStamp.h -which are provided by pvDataCPP intead of directly using the timeStamp structure itself. +which are provided by pvDataCPP instead of directly using the timeStamp structure itself. Note that timeStamp.h provides many methods for manipulating time.

The meaning of the fields is:

@@ -326,7 +326,7 @@ structure control double minStep

Servers should use control.h and pvControl.h which are -provided by pvDataCPP intead of directly using the control structure itself. +provided by pvDataCPP instead of directly using the control structure itself. Note that control.h provides many methods for manipulating time.

display

@@ -398,7 +398,7 @@ PVData can be used to generate a valueAlarm field as an extra field.
The instance for the NT type.
-

Each bulder also has a number of additional methods for optional fields +

Each builder also has a number of additional methods for optional fields and a method to add extra fields.

Normative Type Class

@@ -834,7 +834,7 @@ where

 ev4:nt/NTNameValue:1.0
     string[] names                 // mandatory
-    double[] values                // madatory, can be any type, must be same length as names
+    double[] values                // mandatory, can be any type, must be same length as names
     string descriptor              // optional
     alarm_t alarm                  // optional
         int severity