diff --git a/doc/pvAccess_Protocol_Specification.docx b/doc/pvAccess_Protocol_Specification.docx new file mode 100644 index 0000000..16e4756 Binary files /dev/null and b/doc/pvAccess_Protocol_Specification.docx differ diff --git a/testApp/remote/Makefile b/testApp/remote/Makefile index e970ee7..6304fc3 100644 --- a/testApp/remote/Makefile +++ b/testApp/remote/Makefile @@ -10,9 +10,9 @@ PROD_HOST += testBlockingUDPClnt testBlockingUDPClnt_SRCS += testBlockingUDPClnt.cpp testBlockingUDPClnt_LIBS += pvData pvAccess Com -#PROD_HOST += testRemoteClientImpl -#testRemoteClientImpl_SRCS += testRemoteClientImpl.cpp -#testRemoteClientImpl_LIBS += pvData pvAccess Com +PROD_HOST += testRemoteClientImpl +testRemoteClientImpl_SRCS += testRemoteClientImpl.cpp +testRemoteClientImpl_LIBS += pvData pvAccess Com PROD_HOST += testBeaconEmitter testBeaconEmitter_SRCS += testBeaconEmitter.cpp diff --git a/testApp/remote/testRemoteClientImpl.cpp b/testApp/remote/testRemoteClientImpl.cpp index faacd7c..a611478 100644 --- a/testApp/remote/testRemoteClientImpl.cpp +++ b/testApp/remote/testRemoteClientImpl.cpp @@ -451,7 +451,7 @@ int main(int argc,char *argv[]) channel->printInfo(); PVStructure* pvRequest; - +/* GetFieldRequesterImpl getFieldRequesterImpl; channel->getField(&getFieldRequesterImpl, ""); epicsThreadSleep ( 1.0 ); @@ -463,7 +463,7 @@ int main(int argc,char *argv[]) epicsThreadSleep ( 1.0 ); channelProcess->destroy(); epicsThreadSleep ( 1.0 ); - +*/ ChannelGetRequesterImpl channelGetRequesterImpl; pvRequest = getCreateRequest()->createRequest("field(value,timeStamp)",&channelGetRequesterImpl); ChannelGet* channelGet = channel->createChannelGet(&channelGetRequesterImpl, pvRequest); @@ -473,7 +473,7 @@ int main(int argc,char *argv[]) channelGet->destroy(); epicsThreadSleep ( 1.0 ); - +/* ChannelPutRequesterImpl channelPutRequesterImpl; pvRequest = getCreateRequest()->createRequest("field(value,timeStamp)",&channelPutRequesterImpl); ChannelPut* channelPut = channel->createChannelPut(&channelPutRequesterImpl, pvRequest); @@ -540,7 +540,7 @@ int main(int argc,char *argv[]) monitor->destroy(); - + */ epicsThreadSleep ( 3.0 ); printf("Destroying channel... \n"); channel->destroy();