Marty Kraimer
ced439f4c4
fix for crash in pvDataCPP testV3Channel
2012-10-02 16:01:03 -04:00
Matej Sekoranja
cf44ec1191
scalar array (de)serialization fixed
2012-10-01 21:47:43 +02:00
Marty Kraimer
a23631a8ca
fix bug related to PVStructurePtr createPVStructure(
...
StringArray const & fieldNames,PVFieldPtrArray const & pvFields);
The old implementation created a new version of each element of pvField.
The new version uses the version from pvFields.
There is a new shared pointer but the new shared pointer referenced the
same PVField as the original.
2012-09-28 06:33:39 -04:00
Unknown
6a378dae0d
removed sprintf format warnings
2012-09-14 13:54:35 +02:00
Unknown
0b4a8550e5
type cast warnings removed
2012-09-13 17:50:38 +02:00
Matej Sekoranja
519601595c
PVStructure de/serialization fixed
2012-09-12 11:30:58 +02:00
Matej Sekoranja
8dfd8ec02e
merge
2012-09-10 08:59:36 +02:00
Matej Sekoranja
4cef1135a3
PVStructure serialization fixed
2012-09-10 08:56:11 +02:00
Unknown
a7bd52bd48
minimize preprocessor branching for vxWorks
2012-09-06 17:12:53 +02:00
Unknown
55df2e06e2
compatibility with vxWorks
2012-09-05 14:11:07 +02:00
Matej Sekoranja
cfc9ebefb0
merge
2012-09-03 23:46:06 +02:00
Matej Sekoranja
516518529c
VxWorks ports from Dirk
2012-09-03 23:43:26 +02:00
Marty Kraimer
6b4eb1a1b0
StandardField: fix enumeratedAlarm ; testConvert fix uint64 integer constants
2012-08-28 13:09:37 -04:00
Marty Kraimer
5e3311a024
LICENSE, COPYRIGHT, file header
2012-08-22 14:39:19 -04:00
Matej Sekoranja
4b26e1c442
dumpValue methods
2012-08-21 23:34:59 +02:00
Matej Sekoranja
978cb937c4
String const & message
2012-08-20 19:09:01 +02:00
Matej Sekoranja
86adfc091b
passing string by const ref
2012-08-20 16:37:26 +02:00
Marty Kraimer
8f3a1dde34
Use "String const &" in many more places
2012-08-20 09:16:43 -04:00
Marty Kraimer
9061e8f731
better implementation of setCapacity
2012-08-20 07:13:05 -04:00
Matej Sekoranja
05be6e6729
append/remove fields now preserves ID
2012-08-20 09:22:27 +02:00
Matej Sekoranja
156a05079e
structure array deserialization fixed
2012-08-20 09:03:45 +02:00
Matej Sekoranja
0e48497cd4
array deserialization fixed
2012-08-20 09:01:51 +02:00
Marty Kraimer
66fb300873
documentation updated; changes for Field::ID
2012-08-17 06:45:20 -04:00
Matej Sekoranja
6a86496385
added BitSet::size()
2012-07-31 11:47:42 +02:00
Matej Sekoranja
ac10b73e69
Field::getID() added
2012-07-31 10:30:50 +02:00
Matej Sekoranja
689d0875b7
null string check
2012-07-30 22:03:23 +02:00
Matej Sekoranja
25b9e5fa5a
monitor.h revised
2012-07-24 20:47:56 +02:00
Marty Kraimer
31922eac32
commit so that Matej can look at Monitor
2012-07-23 16:56:49 -04:00
Marty Kraimer
ec1b5860fd
more changes for unsigned
2012-07-23 07:04:25 -04:00
Marty Kraimer
1db56f4b29
fix bug in unsigned standardField; missing const in pvIntrospect.h
2012-07-19 16:08:11 -04:00
Marty Kraimer
5dcd864c58
more shared_pointer everywhere
2012-07-17 09:23:53 -04:00
Marty Kraimer
32790674d6
changes for PVStructureArray
2012-07-08 12:51:46 -04:00
Marty Kraimer
5d6205cb44
changes to PVStructureArray
2012-07-08 08:38:57 -04:00
Marty Kraimer
27c4da5b73
working on PVStructureArray
2012-07-06 13:03:37 -04:00
Marty Kraimer
5d57e9bbcf
remove monitorQueue
2012-07-03 14:52:30 -04:00
Marty Kraimer
9775fd4707
redo monotorQueue
2012-07-02 16:17:58 -04:00
Marty Kraimer
12d13bc2c0
fix bug in renameField; Add check for zero length fieldNames in Structure.
2012-06-22 14:04:05 -04:00
Matej Sekoranja
3991a51fd6
size_t changes
2012-06-07 14:15:12 +02:00
Marty Kraimer
126fe9c711
use const where appropriate
2012-05-22 11:51:53 -04:00
Matej Sekoranja
770e63b8da
removed BitSetPtr due to possible 4.6.1 gcc problem
2012-05-21 21:11:20 +02:00
Marty Kraimer
e9b0dcd9f4
lots of work on Scalar Arrays
2012-05-21 10:06:28 -04:00
Matej Sekoranja
8040ad5fc7
serialization test, shared-ptr const
2012-05-18 11:42:57 +02:00
Marty Kraimer
24a08fe348
after merge
2012-05-17 16:06:15 -04:00
Marty Kraimer
e6a97e83ab
fix more bugs
2012-05-17 09:15:19 -04:00
Matej Sekoranja
9ab2262e86
serialization/deserialization of Field-s
2012-05-16 22:11:17 +02:00
Marty Kraimer
29593a6eda
get rid of unnecessary method in class StructureArray
2012-05-16 06:46:23 -04:00
Marty Kraimer
27ce426f46
return StringArray instead of StringArray & for choices
2012-05-15 16:06:33 -04:00
Marty Kraimer
ca195b44cf
more debuging
2012-05-15 11:58:24 -04:00
Marty Kraimer
a396d8e6ac
change the way PVField::getFieldName is implemented
2012-05-15 09:40:44 -04:00
Marty Kraimer
d320f00e96
fix messageType name
2012-05-10 06:28:27 -04:00