Commit Graph

25 Commits

Author SHA1 Message Date
Matej Sekoranja
54383923af added startPVAServer() and 4.3 versions 2013-06-10 12:10:38 +02:00
Matej Sekoranja
6c14f27641 CA to PVA rename 2013-05-16 09:58:38 +02:00
Unknown
fba545818d compatibility with vxWorks 2012-09-05 14:10:43 +02:00
Matej Sekoranja
39d6a6bc19 server cleanup 2012-07-30 12:21:13 +02:00
Matej Sekoranja
4f15626281 remote.h interfaces sync with Java - cleanup 2012-07-25 12:46:04 +02:00
Matej Sekoranja
1b6587336e cleanup phase I 2012-07-24 10:13:57 +02:00
Matej Sekoranja
81f9aac2b0 Dirk's VxWorks port 2012-03-28 20:31:33 +02:00
Matej Sekoranja
8464aacbef header cleanup 2011-10-20 15:40:53 +02:00
Matej Sekoranja
4e22433de1 wildcharMatcher removed, headers cleaned from using statements 2011-10-20 15:10:31 +02:00
Matej Sekoranja
633801c2ae RTEMS support; using namespace removed from headers 2011-09-13 09:56:39 +02:00
Matej Sekoranja
399bd82662 removed include logger.h 2011-08-28 10:11:58 +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
f19ceb7793 multiple providers per server initial support 2011-06-05 23:41:59 +02:00
Matej Sekoranja
1da4173535 shared_pointer const & 2011-05-13 14:02:06 +02:00
Matej Sekoranja
c36ba5264d port from pvAccessCPP-md 2011-05-12 12:47:55 +02:00
Matej Sekoranja
44cd148610 setChannelProvider added 2011-03-04 20:28:03 +01:00
Gasper Jansa
d98a386c9e server requests 2011-02-25 17:09:24 +01:00
Gasper Jansa
14a12729aa small fix 2011-02-18 17:38:53 +01:00
Matej Sekoranja
c87ff047ca stability 2011-02-10 17:05:34 +01:00
Gasper Jansa
0c855c7326 some handlers added 2011-02-07 22:14:39 +01:00
Gasper Jansa
de8b632381 serverContext and beacon emitter impl 2011-02-04 16:22:28 +01:00
Gasper Jansa
327efbcf80 server context implementation 2011-01-31 22:52:25 +01:00
miha_vitorovic
df7a9fa073 Added configuration to Context and fixed all the users. 2011-01-10 14:09:58 +01:00
miha_vitorovic
6a6e9d6256 Makefile:
- added 'server' folder
- added 'blockingTCPAcceptor.cpp' and 'responseHandlers.cpp' to 'remote'

blockingTCP.h:
- added 'public' specifier to 'BlockingServerTCPTransport'
- added 'BlockingTCPAcceptor' class declaration

blockingTCPAcceptor.cpp:
- implementation

blockingTCPConnector.cpp:
- 'sizeof(optval)' -> 'sizeof(int)'

remote.h:
- enum 'MessageCommands'
- added class declarations:
  * AbstractResponseHandler
  * AbstractServerResponseHandler
  * BadResponse
  * ServerResponseHandler

responseHandlers.cpp:
- implementation of various response handlers

serverContext.h:
- dummy implementation

growingCircularBuffer.h:
- removed empty line
2011-01-04 23:47:07 +01:00