Michael Davidsaver
f24f565e58
validate field names
...
check for invalid characters in field names (eg '.').
Restrict character set to ascii alpha numeric and '_'.
2015-09-23 15:32:46 -04:00
Dave Hickin
ddebd494c6
Remove deprecated PVStructure::get*Field Functions
...
Remove the deprecated functions such as getIntField in PVStructure,
whose usage has been replaced by that of the template getSubField
function and which are now no longer called anywhere.
2015-07-28 17:45:26 +01:00
Dave Hickin
5834efb709
Remove calls of deprecated getScalarArrayField
2015-07-24 11:21:58 +01:00
Dave Hickin
ac2b6ea8db
Make getSubFieldT return shared pointer
...
Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk >
2015-07-13 12:48:05 +01:00
Dave Hickin
9827caa3e3
Make overloads of getSubField and getSubFieldT match
...
For each getSubField overload a throwing getSubFieldT has been added and
vice versa. These have been documented in doxygen and in the module
documentation.
Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk >
2015-07-13 12:41:47 +01:00
Dave Hickin
ebe2d6196c
Rename getAs getSubFieldT
...
Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk >
2015-07-13 12:34:15 +01:00
Dave Hickin
1dba611b8e
Improve exception messages when getting PVStructure subfield
...
Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk >
2015-07-13 11:47:21 +01:00
Dave Hickin
97cbea6f4d
Implement getSubField functions without using exceptions
...
Implementation of getSubField (and getScalarArrayField) introduced in
the getAs pull request throws an exception then catches it to return a
null pointer. Implement without throwing.
Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk >
2015-07-13 02:16:08 +01:00
Dave Hickin
8418303ce2
Fix bug in new PVStructure::getAs function
...
Fix seg fault when getAs is called with a string of the form x.y (or
x_1. ... x_n.y) where x or (x1. ... .x_i) is not a structure field.
Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk >
2015-07-09 13:21:45 +01:00
Dave Hickin
40952df965
Corrected spelling in test and exception messages
...
Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk >
2015-07-08 18:19:53 +01:00
Dave Hickin
4f2c51c480
Correct spelling and typos in doxygen and comments
...
Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk >
2015-07-08 18:18:37 +01:00
Michael Davidsaver
9ad725a272
remove unused PrinterPlain
2015-06-25 16:51:04 -04:00
Michael Davidsaver
4f25c7a3ea
remove findSubField
2015-06-22 18:14:23 -04:00
Michael Davidsaver
eadb8ff65b
add PVStructure::getAs<>() for field access w/o NULL
2015-06-22 18:14:23 -04:00
Dave Hickin
0d857999bf
Make default type ID strings const.
...
Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk >
2015-06-17 14:51:07 +01:00
Michael Davidsaver
e07f6c1703
Friendlier exception messages w/ stack trace during Field creation
2015-06-12 13:54:03 -04:00
dhickin
b39662450f
Fix for windows static build static initialisation errors.
2015-06-08 04:58:04 +01:00
dhickin
45dde325fd
Change the printing of structure array and union array fields of structure introspection objects. Removes superfluous information and brings it in line with pvData meta language.
2015-03-20 17:23:32 +00:00
Matej Sekoranja
d6921fdac0
removal of some methods from convert
2015-02-17 20:22:37 +01:00
Matej Sekoranja
4cb3c22221
update code to the new method, removed copy from convert
2015-02-17 18:56:56 +01:00
Matej Sekoranja
cc1536b6e1
moved operators to pvData/pvIntrospect, added copy/copyUnchecked methods
2015-02-17 13:59:15 +01:00
dhickin
cf030bc711
Call postPut() in Convert::copyUnion().
2015-02-11 14:04:15 +00:00
Marty Kraimer
6cb95c5cfc
fixed possible SEGFAULT in ceateRequest; new stream operator for Field and PVField
2015-02-11 07:26:04 -05:00
Matej Sekoranja
a277a4fdd5
copy schematic
2015-02-11 11:30:39 +01:00
Matej Sekoranja
4acf7edf95
non-copy (by reference) retrival of getFields()/getPVFields()/getFieldNames()
2015-01-30 11:35:43 +01:00
Matej Sekoranja
278e531806
PVUnion copy allways shallow
2014-11-10 21:30:48 +01:00
Matej Sekoranja
4e671a1c21
win32 indent problem: local static DLL saga
2014-11-06 22:18:58 +01:00
Matej Sekoranja
6117035863
null element handling for structure/union array
2014-11-06 12:48:57 +01:00
Matej Sekoranja
587f81f511
win32 in vs2013 compilation fix
2014-10-28 19:36:57 +01:00
Matej Sekoranja
435ca63d1b
ev4 to epics URI
2014-10-28 18:53:11 +01:00
Marty Kraimer
19a181b38f
change ev4:nt: to 3v4:nt/
2014-09-30 15:26:23 -04:00
Marty Kraimer
36faf8c2ea
change URI naming
2014-09-30 15:05:18 -04:00
Marty Kraimer
a208171250
change uri:ev4:nt/2012 to uri:ev4:nt/2014
2014-09-23 14:34:21 -04:00
Marty Kraimer
15d85c2f87
fix misspelled field names: nanoSecond => nanosecond; hystersis=>hysteresis
2014-08-20 06:27:24 -04:00
Matej Sekoranja
37f6dff065
bounded string
2014-08-19 20:42:15 +02:00
Matej Sekoranja
57e33c8f7d
clang porting
2014-08-13 09:36:37 +02:00
Matej Sekoranja
6535c075f3
fixed sized arrays
2014-08-12 13:17:17 +02:00
Matej Sekoranja
f3c0b9544c
dumpValue for boolean fix
2014-08-11 22:09:46 +02:00
Matej Sekoranja
622e140622
Fixed/bounded scalar array impl.
2014-07-30 21:41:08 +02:00
Matej Sekoranja
b6e1b9c203
reuse existing PVField instance on PVUnion::deserialize
2014-07-28 23:23:01 +02:00
Matej Sekoranja
34a35c2658
fixed/bounded array introspection data serialization
2014-07-28 23:05:49 +02:00
Marty Kraimer
c72297020b
update documentation
2014-07-10 13:17:26 -04:00
Matej Sekoranja
63c62a2aae
Union::dump indentification fixed
2014-07-07 20:54:38 +02:00
Matej Sekoranja
652ef4bc82
merge
2014-06-19 14:29:05 +02:00
Matej Sekoranja
c6eed12139
String -> std::string, toString methods removed
2014-06-19 14:27:48 +02:00
Marty Kraimer
1132e25072
fix bug related to stride
2014-06-13 09:52:30 -04:00
Marty Kraimer
879e3a2b67
support UnionArray
2014-06-12 15:26:31 -04:00
Matej Sekoranja
5e3159f800
completed merge
2014-06-09 23:15:57 +02:00
Andrew Johnson
897059303d
Merged changes from default branch
2014-04-18 16:55:13 -05:00
Andrew Johnson
0b7607cf04
Merged change from default branch.
2014-04-16 16:08:08 -05:00