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
4cef1135a3
PVStructure serialization fixed
2012-09-10 08:56:11 +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
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
ac10b73e69
Field::getID() added
2012-07-31 10:30:50 +02: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
12d13bc2c0
fix bug in renameField; Add check for zero length fieldNames in Structure.
2012-06-22 14:04:05 -04:00
Marty Kraimer
126fe9c711
use const where appropriate
2012-05-22 11:51:53 -04: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
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
Marty Kraimer
fb453ea9e5
working on queue code
2012-05-09 14:06:17 -04:00
Marty Kraimer
87bff33c30
support unsigned; move fieldName; pvData use shared_pointer everywhere
2012-05-08 09:29:30 -04:00
Matej Sekoranja
2dba4aab2b
Dirk's VxWorks porting
2012-03-28 20:40:49 +02:00
Matej Sekoranja
6caa725f5a
Field serialization moved to pvData
2012-03-27 10:32:37 +02:00
Marty Kraimer
4048a7eaa5
support for alarm status, timeStamp.userTag, and alarm limits
2011-10-21 10:37:37 -04:00
jrowlandls
1abdde0c3d
fixes for windows xp sp3 sdk 7.1, typedefs for non-portable types, removed variable-length stack allocated arrays in tests, fixed inconsistent timeFunction interface declaraion, replaced variable-length stack allocated array in with std::vector in PVStructure factory as it is followed immediately by further heap allocation
2011-09-16 09:04:00 +01:00
Matej Sekoranja
c762d94f7a
new ByteBuffer and faster/fixed array serialization support
2011-09-08 10:59:56 +02:00
Marty Kraimer
7aa07aa2ce
get rid of a lot of warning messages.
2011-08-30 09:34:03 -04:00
Guobao SHEN
b67aab1cd3
bug fix in PVAuxInfoImpl
...
include pvData.h in pvAlarm.h
2011-07-22 08:12:13 -04:00
Marty Kraimer
619534b984
include files put into include/pv
2011-06-07 08:30:15 -04:00
Matej Sekoranja
fb2691c2a3
fromString for structure
2011-06-02 10:11:02 +02:00
Matej Sekoranja
91e08ebe90
operator== fixed
2011-05-22 13:37:17 +02:00
Matej Sekoranja
8a34a9e52a
memory leak fixed in case od duplicate fields
2011-05-18 10:45:54 +02:00