Marty Kraimer
9db054cc54
timer and timeStamp added to misc. copyright and license info added
2010-11-23 07:30:13 -05:00
Marty Kraimer
28aad96b34
redid showConstructDestruct
2010-11-17 15:28:18 -05:00
Marty Kraimer
d9a56c68a1
added testThread to testAll
2010-11-17 11:19:22 -05:00
Marty Kraimer
6e90ae7f12
added event thread executor timeFunction showConstructDestruct timeStamp
2010-11-17 11:14:38 -05:00
Marty Kraimer
8f082c5ea6
fix EPICS_HOST_ARCH=linux-x86 problem in pvDataCPP/test
...
add auxFd in testLinkedList.cpp so that test dopes not show extra info
2010-11-10 06:37:18 -05:00
Matej Sekoranja
2b3701ab1c
misc-s tests move to miscTest dir
2010-11-09 22:46:05 +01:00
Marty Kraimer
5b4c642b5b
fix dependencies between include files
2010-11-09 14:38:34 -05:00
Marty Kraimer
5a7438e028
added linkedList and test for linkedList
2010-11-09 14:23:30 -05:00
Marty Kraimer
2502b381d3
added a test for auxInfo and field offsets
2010-11-04 15:48:06 -04:00
Marty Kraimer
4f871aae05
a complete set of tests for PVData now exists
2010-11-04 09:38:53 -04:00
Marty Kraimer
7f03a52200
Merged conflicts with matej's push
2010-11-02 08:54:15 -04:00
Marty Kraimer
f259c4451d
refactor introspection interfaces. replace epicsTypes by pvData types.
2010-11-02 07:53:03 -04:00
Matej Sekoranja
f751d075c5
serialization added
2010-11-01 23:28:03 +01:00
Marty Kraimer
304a9c60d0
Fix bug an indentation in AbstractPVField.h
2010-10-29 05:45:55 -04:00
Marty Kraimer
59c2d447c1
testIntrospection now complete
2010-10-28 10:08:20 -04:00
Marty Kraimer
55b44e953d
standardPVField now complete
2010-10-27 13:26:29 -04:00
Marty Kraimer
4e5e4ea782
added StandardPVField
...
StandardField, which creates standard introspection interfaces, is complele
2010-10-27 08:18:31 -04:00
Marty Kraimer
c8e3f82ac3
added include <cstring>
2010-10-26 09:20:49 -04:00
Marty Kraimer
b8275f1108
pull from sourceforge
2010-10-26 09:14:17 -04:00
Marty Kraimer
d2a4a6da8f
Except for serialization all pv classes are implemented
2010-10-26 09:11:38 -04:00
Marty Kraimer
59eeadcd10
BasePVStructure now complete
2010-10-26 06:12:44 -04:00
Matej Sekoranja
ccb53b7bf2
serializeHelper added, not tested
2010-10-25 11:33:30 +02:00
Matej Sekoranja
a4cb4258a9
merge, RELEASE added back
2010-10-25 00:23:23 +02:00
Matej Sekoranja
969047991d
merge
2010-10-25 00:21:36 +02:00
Matej Sekoranja
d97e9c12ed
exception stack trace
2010-10-25 00:16:43 +02:00
Marty Kraimer
a2b35d1e82
AbstractPVField now finished
2010-10-22 10:41:17 -04:00
Marty Kraimer
fce7b9914b
PVDataCreateFactory.cpp now complete
2010-10-21 16:23:28 -04:00
Matej Sekoranja
ef709eb6b9
BaseException
2010-10-21 17:18:16 +02:00
Marty Kraimer
c497b9b334
epicsFalse => false epicsTrue => true
2010-10-21 11:07:40 -04:00
Marty Kraimer
e3d366c45a
Merged changes fromk Matej
2010-10-21 10:23:38 -04:00
Marty Kraimer
ebbb1191bd
ConvertFactory.cpp is now complete
2010-10-21 10:19:42 -04:00
Matej Sekoranja
7cf33be144
byteBuffer added
2010-10-21 14:28:34 +02:00
Marty Kraimer
e0ca45a028
added operator!=
...
Convert.cpp almost done
2010-10-20 16:06:25 -04:00
Matej Sekoranja
f7c89f2ed9
BitSet implementation added
2010-10-19 23:43:37 +02:00
Marty Kraimer
e5aac3b8e4
Main change is epicsBoolean=>bool
...
equuals => operator==
Additional implementation in Convert.cpp
2010-10-19 14:52:07 -04:00
Marty Kraimer
4b912a3c30
scalars and arrays implemented
2010-10-01 10:01:27 -04:00
Marty Kraimer
419f340aaa
All PVScalar interfaces now implemented
2010-09-30 07:49:29 -04:00
Marty Kraimer
355ac3aa1d
Fixed const mess
2010-09-29 09:24:17 -04:00
Marty Kraimer
f6c9b0eea3
1) implemented noDefaultMethods. See effective C++ Item 6. There it is called Uncopyable
...
2) implemented Lock. See effective C++ item 14.
This is as easy to use as Java synchronize.
3) wrapper on top of std::string. All usage of string in pvData is one of:
String - Just a std::string
StringBuilder - Used where StringBuilder is used in Java
StringConst - Just a "std::string const". This is used wherever String is used in Java
StringConstArray - Just like a String[] in Java.
4) The reference counting (incReferenceCount and decReferenceCount) are now private. It is completely handled by the implenentaion.
NO code that uses pvData needs even know about reference counting.
2010-09-27 08:33:10 -04:00
Marty Kraimer
dd6ecf9bec
all pvData interfaces and implementration stubs now defined
...
Most methods are not implemented and throw an exception
2010-09-24 09:52:08 -04:00
Marty Kraimer
2c6a99a6cb
add directory misc and move stuff to it.
2010-09-23 14:47:47 -04:00
Marty Kraimer
0d32a60b08
everything now builds
2010-09-23 11:01:41 -04:00
Marty Kraimer
0a37b51e48
still working on original
2010-09-17 11:51:34 -04:00
Marty Kraimer
7abba9ef7b
Still working on initial version
2010-09-17 11:34:26 -04:00
Marty Kraimer
10c2be9a3f
Still working on initial version
2010-09-17 09:31:44 -04:00
Marty Kraimer
ac194e1123
Working on initial version
2010-09-15 06:54:43 -04:00
Marty Kraimer
71aa16dc16
Minor change to test program.
2010-09-07 08:57:54 -04:00
Marty Kraimer
91f80a59e0
Fuller implementation of introspection.
...
Have not taken care of destroy or sharing
2010-08-12 05:36:25 -04:00
Marty Kraimer
d54893b18e
modify test.
...
update README
2010-08-10 13:23:17 -04:00
Marty Kraimer
deb9b23391
Remove file
2010-08-10 12:48:06 -04:00