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:
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 minStepServers 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.
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.
@@ -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