Commit Graph

27 Commits

Author SHA1 Message Date
Unknown
fba545818d compatibility with vxWorks 2012-09-05 14:10:43 +02:00
Matej Sekoranja
ae718719c3 passing string by const ref 2012-08-20 16:36:44 +02:00
Matej Sekoranja
835ce323f1 cleanup phase II 2012-07-26 21:38:02 +02:00
Matej Sekoranja
1b6587336e cleanup phase I 2012-07-24 10:13:57 +02:00
Matej Sekoranja
998fd9e44e version check and port numbers aligned with Java 2012-06-27 08:25:15 +02:00
Matej Sekoranja
81f9aac2b0 Dirk's VxWorks port 2012-03-28 20:31:33 +02:00
Matej Sekoranja
4e22433de1 wildcharMatcher removed, headers cleaned from using statements 2011-10-20 15:10:31 +02:00
Matej Sekoranja
4dcb439955 header cleanup 2011-10-20 10:54:09 +02:00
Matej Sekoranja
018450b1bd merge 2011-09-20 17:51:37 +02:00
Matej Sekoranja
d03ac9d00f TCP read fixed, some unactive alignment code added 2011-09-20 17:37:28 +02:00
jr76
e1dc920661 unsigned int8 replaced with uint8_t for windows build 2011-09-19 11:33:23 +01:00
Matej Sekoranja
409c1f17d7 byte order independent code, transportRevision is int8 2011-09-18 10:06:37 +02:00
Matej Sekoranja
633801c2ae RTEMS support; using namespace removed from headers 2011-09-13 09:56:39 +02:00
Matej Sekoranja
872135a4b1 new logging, SIGPIPE and other handled 2011-08-25 15:17:36 +02:00
Marty Kraimer
2ee024ecb8 include files put into include/pv 2011-06-07 08:31:41 -04:00
Matej Sekoranja
c36ba5264d port from pvAccessCPP-md 2011-05-12 12:47:55 +02:00
Marty Kraimer
753e6d246b Make * to & changes due to changes in pvData. 2011-02-18 08:20:27 -05:00
Gasper Jansa
bba69beb05 CAJ_DEFAULT_PROVIDER add 2011-02-07 22:13:35 +01:00
Matej Sekoranja
a63374e86b ClientFactory added 2011-02-03 17:09:13 +01:00
Matej Sekoranja
b167f78416 cleanup 2011-01-10 23:43:52 +01:00
Matej Sekoranja
b6d9221a47 ctnd. work on remote client access implementation 2011-01-04 12:58:51 +01:00
miha_vitorovic
16aa5fba25 Added MonitorHandler. Porting of BlockingTCPTransport now complete.
TODO: 1) check thread sync and "notify" in Java make C++ code as equivalent as possible.
2) Debug :)
2010-12-30 13:53:52 +01:00
miha_vitorovic
2202d88020 blockingTCPTransport - work in progress. 2010-12-29 15:01:42 +01:00
miha_vitorovic
6917f6d468 caConstants.h: removing needless declarations.
blockingUDPTransport.*: implementation - work in progress
remote.h: added file
inetAddressUtil.*: added 'inetAddressToString' function and fixed 'getSocketAddressList' declaration.
inetAddressUtilsTest.c: using the new function.

Makefile: added remote.h
2010-12-24 10:37:16 +01:00
Matej Sekoranja
a18f7f54a5 change make to build only one library 2010-12-19 15:25:51 +01:00
miha_vitorovic
5379cd638a - Finished the ArrayFIFO test and debugged the implementation.
- Moved all the local #include directives to the top of the files, to catch any missing global #include directives.
2010-11-11 09:14:39 +01:00
miha_vitorovic
f53aad747c Added utils and tests for it. It's a work in progress. ArrayFIFOTest is still not finished. 2010-11-10 14:17:36 +01:00